Person is an attribute applied to the Writing document as awhole, and specifies information about the type of person who is the subject of the document; for example, if they are known primarily as a writer,or a historical figure.
union of(xs:string, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token)
required
Sex is an attribute applied to the Writingdocument as a whole, and specifies whether the individual who is the subject of the document is female, male, transgendered,transgendered male-to-female, transgendered female-to-male, or undefined.
Source
<xs:element name="WRITING"><xs:annotation><xs:documentation>Writing is the large, all-encompassing element in all writing documents.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element ref="ORLANDOHEADER"/><xs:element ref="DIV0"/></xs:sequence><xs:attribute name="PERSON" use="required"><xs:annotation><xs:documentation>Person is an attribute applied to the Writing document as a whole, and specifies information about the type of person who is the subject of the document; for example, if they are known primarily as a writer, or a historical figure.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="HISTORICALFIGURE"/><xs:enumeration value="WRITER"/><xs:enumeration value="BRWWRITER"/><xs:enumeration value="IBRWRITER"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="SEX" use="required"><xs:annotation><xs:documentation>Sex is an attribute applied to the Writing document as a whole, and specifies whether the individual who is the subject of the document is female, male, transgendered, transgendered male-to-female, transgendered female-to-male, or undefined.</xs:documentation></xs:annotation><xs:simpleType><xs:union memberTypes="xs:string"><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="FEMALE"/></xs:restriction></xs:simpleType><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="MALE"/></xs:restriction></xs:simpleType><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="TRANSGENDERED"/></xs:restriction></xs:simpleType><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="TRANSGENDERED FEMALE-TO-MALE"/></xs:restriction></xs:simpleType><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="TRANSGENDERED MALE-TO-FEMALE"/></xs:restriction></xs:simpleType><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="UNDEFINED"/></xs:restriction></xs:simpleType></xs:union></xs:simpleType></xs:attribute></xs:complexType></xs:element>
Equivalent to TEI's TEIHeader, OrlandoHeader supplies thedescriptive and declarative information making up an electronic title page prefixed to every TEI-conformant text.
union of(xs:NCName, restriction of xs:token, restriction of xs:token)
text
optional
Type specifies the kind of document to which theheader is attached, for example whether it is a corpus or individual text. Sample values include: 1] text; 2]corpus.
Source
<xs:element name="ORLANDOHEADER"><xs:annotation><xs:documentation>Equivalent to TEI's TEIHeader, OrlandoHeader supplies the descriptive and declarative information making up an electronic title page prefixed to every TEI-conformant text.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element ref="FILEDESC"/><xs:element ref="REVISIONDESC"/></xs:sequence><xs:attribute name="TYPE" default="text"><xs:annotation><xs:documentation>Type specifies the kind of document to which the header is attached, for example whether it is a corpus or individual text. Sample values include: 1] text; 2] corpus.</xs:documentation></xs:annotation><xs:simpleType><xs:union memberTypes="xs:NCName"><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="text"/></xs:restriction></xs:simpleType><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="corpus"/></xs:restriction></xs:simpleType></xs:union></xs:simpleType></xs:attribute></xs:complexType></xs:element>
<xs:element name="FILEDESC"><xs:annotation><xs:documentation>fileDesc contains a full bibliographic description of an electronic file.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element ref="TITLESTMT"/><xs:element ref="PUBLICATIONSTMT"/><xs:element ref="SOURCEDESC"/></xs:sequence></xs:complexType></xs:element>
<xs:element name="TITLESTMT"><xs:annotation><xs:documentation>titleStmt groups information about the title of a work and those responsible for its intellectual content.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element ref="DOCTITLE"/></xs:sequence></xs:complexType></xs:element>
docTitle is an element in the OrlandoHeader that contains the title ofthe document at hand for cataloguing purposes. This title will be in the template for most of the documents created on the Orlando Project, but willneed to be filled in for certain documents, such as events documents and documents created without a template.
<xs:element name="DOCTITLE" type="xs:string"><xs:annotation><xs:documentation>docTitle is an element in the OrlandoHeader that contains the title of the document at hand for cataloguing purposes. This title will be in the template for most of the documents created on the Orlando Project, but will need to be filled in for certain documents, such as events documents and documents created without a template.</xs:documentation></xs:annotation></xs:element>
<xs:element name="PUBLICATIONSTMT"><xs:annotation><xs:documentation>publicationStmt groups information concerning the publication or distribution of an electronic or other text.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element ref="AUTHORITY"/></xs:sequence></xs:complexType></xs:element>
<xs:element name="AUTHORITY" type="xs:string"><xs:annotation><xs:documentation>The authority element contains the name of the person or organization responsible for the construction of an XML file.</xs:documentation></xs:annotation></xs:element>
sourceDesc describes the source from which anelectronic text was derived or generated, typically a bibliographic description in the case of a digitized text, or a phrasesuch as "born digital" for a text which has no previous existence.
<xs:element name="SOURCEDESC" type="xs:string"><xs:annotation><xs:documentation>sourceDesc describes the source from which an electronic text was derived or generated, typically a bibliographic description in the case of a digitized text, or a phrase such as "born digital" for a text which has no previous existence.</xs:documentation></xs:annotation></xs:element>
<xs:element name="REVISIONDESC"><xs:annotation><xs:documentation>revisionDesc (or revision description) summarizes the revision history for a file.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element maxOccurs="unbounded" ref="RESPONSIBILITY"/></xs:sequence></xs:complexType></xs:element>
Records the completion information of aparticular work status phase of a document.
Source
<xs:element name="RESPONSIBILITY"><xs:annotation><xs:documentation>The responsibility element records a particular workflow activity in the workflow chain.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element ref="DATE"/><xs:element minOccurs="0" maxOccurs="unbounded" ref="ITEM"/></xs:sequence><xs:attributeGroup ref="RESP-attribute"/><xs:attribute name="WORKSTATUS" use="required"><xs:annotation><xs:documentation>Describes the work status of a document.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SUB"><xs:annotation><xs:documentation>Submitted (SUB)</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="RWT"><xs:annotation><xs:documentation>Researched / Written / Tagged (RWT)</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="CAS"><xs:annotation><xs:documentation>Checked Against Sources (CAS)</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="RBV"><xs:annotation><xs:documentation>Reviewed by Volume Author (RVB)</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="CFT"><xs:annotation><xs:documentation>Checked for Tagging (CFT)</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="CFB"><xs:annotation><xs:documentation>Checked for Bibliographic Practices (CFB)</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="CFC"/><xs:enumeration value="REV"><xs:annotation><xs:documentation>Revised (REV)</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="OLD"/><xs:enumeration value="PUB"><xs:annotation><xs:documentation>Published (PUB)</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="ENH"><xs:annotation><xs:documentation>Enhanced (ENH)</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="WORKVALUE" use="required"><xs:annotation><xs:documentation>Records the completion information of a particular work status phase of a document.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="I"><xs:annotation><xs:documentation>Incomplete</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="P"><xs:annotation><xs:documentation>Pending</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="C"><xs:annotation><xs:documentation>Complete</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="O"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
Date is one of three elements, along with dateRange anddateStruct, used to systematize the capture of dates across project documents. Date is used to tag all singular dates (not ranges) forwhich all components (day, month, year) have a common degree of certainty. Accurate and systematic tagging of dates on the project isa high priority both for the role that dates play in sorting and properly displaying chronology events, but also for facilitating thesearch and retrieval of non-chronology material across project documents.
Value is used to record a formatted date- ortime-related value.
Source
<xs:element name="DATE"><xs:annotation><xs:documentation>Date is one of three elements, along with dateRange and dateStruct, used to systematize the capture of dates across project documents. Date is used to tag all singular dates (not ranges) for which all components (day, month, year) have a common degree of certainty. Accurate and systematic tagging of dates on the project is a high priority both for the role that dates play in sorting and properly displaying chronology events, but also for facilitating the search and retrieval of non-chronology material across project documents.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="RESEARCHNOTE"/><xs:element ref="SIC"/><xs:element ref="SOCALLED"/><xs:element ref="TIME"/></xs:choice><xs:attribute name="CALENDAR" default="NEWSTYLE"><xs:annotation><xs:documentation>An attribute of date, dateRange, and dateStruct, calendar is used to indicate when a given date took place.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="NEWSTYLE"/><xs:enumeration value="BC"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="CERTAINTY" default="CERT"><xs:annotation><xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="CERT"><xs:annotation><xs:documentation>Certain</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="C"><xs:annotation><xs:documentation>Circa</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="BY"><xs:annotation><xs:documentation>By this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="AFTER"><xs:annotation><xs:documentation>After this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="UNKNOWN"><xs:annotation><xs:documentation>Unknown date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="ROUGHLYDATED"><xs:annotation><xs:documentation>Rough certainty</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="ID" type="xs:NCName"/><xs:attribute name="VALUE" type="xs:NMTOKEN"><xs:annotation><xs:documentation>Value is used to record a formatted date- or time-related value.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
ResearchNote is available everywhere, and it allows us tocomment among ourselves on the work at hand; not to be confused with scholarNotes that will be readable by end users, the contents ofthis element will be seen only by project members.
<xs:element name="RESEARCHNOTE"><xs:annotation><xs:documentation>ResearchNote is available everywhere, and it allows us to comment among ourselves on the work at hand; not to be confused with scholarNotes that will be readable by end users, the contents of this element will be seen only by project members.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="EMPH"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="QUOTE"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TITLE"/><xs:element ref="XREF"/></xs:choice></xs:complexType></xs:element>
The element named bibCit is designed to capturebibliographical information in much the same way as an MLA parenthetical citation and should always reside within a bibCitscontainer tag.
<xs:element name="BIBCIT"><xs:annotation><xs:documentation>The element named bibCit is designed to capture bibliographical information in much the same way as an MLA parenthetical citation and should always reside within a bibCits container tag.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" ref="RESEARCHNOTE"/></xs:sequence><xs:attribute name="DBREF"/><xs:attribute name="ID" type="xs:NCName"/><xs:attribute name="PLACEHOLDER"/><xs:attribute name="QTDIN"><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="QTDINYES"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
Along with date and dateStruct, dateRange is one of threeelements used for systematizing dates across project documents. Use dateRange for all events that occurred over a span of time or for alldates that are uncertain but that certainly occurred within a specified span of time.
<xs:element name="DATERANGE"><xs:annotation><xs:documentation>Along with date and dateStruct, dateRange is one of three elements used for systematizing dates across project documents. Use dateRange for all events that occurred over a span of time or for all dates that are uncertain but that certainly occurred within a specified span of time.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:attribute name="CALENDAR" default="NEWSTYLE"><xs:annotation><xs:documentation>An attribute of date, dateRange, and dateStruct, calendar is used to indicate when a given date took place.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="NEWSTYLE"/><xs:enumeration value="BC"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="CERTAINTY" default="CERT"><xs:annotation><xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="CERT"><xs:annotation><xs:documentation>Certain</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="C"><xs:annotation><xs:documentation>Circa</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="BY"><xs:annotation><xs:documentation>By this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="AFTER"><xs:annotation><xs:documentation>After this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="UNKNOWN"><xs:annotation><xs:documentation>Unknown date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="ROUGHLYDATED"><xs:annotation><xs:documentation>Rough certainty</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="EXACT"><xs:annotation><xs:documentation>An attribute of dateRange, exact is used in conjunction with the to and from attributes to express the certainty of each end of a dateRange.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="TO"/><xs:enumeration value="FROM"/><xs:enumeration value="BOTH"/><xs:enumeration value="NEITHER"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="FROM" type="xs:NMTOKEN"/><xs:attribute name="ID" type="xs:NCName"/><xs:attribute name="TO" type="xs:NMTOKEN"/></xs:complexType></xs:element>
DateStruct is one of three elements, along with dateRange anddate, used to systematize the capture of dates across project documents. DateStruct is used to tag all singular dates (not ranges) forwhich individual components (day, month, year) have a varying degrees of certainty or for which only a general season or occasion isknown. DateStruct also permits recording the time of day an event occurred.
Value is used to record a formatted date- ortime-related value.
Source
<xs:element name="DATESTRUCT"><xs:annotation><xs:documentation>DateStruct is one of three elements, along with dateRange and date, used to systematize the capture of dates across project documents. DateStruct is used to tag all singular dates (not ranges) for which individual components (day, month, year) have a varying degrees of certainty or for which only a general season or occasion is known. DateStruct also permits recording the time of day an event occurred.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="TIME"/><xs:element ref="DAY"/><xs:element ref="MONTH"/><xs:element ref="OCCASION"/><xs:element ref="SEASON"/><xs:element ref="YEAR"/></xs:choice><xs:attribute name="CALENDAR" default="NEWSTYLE"><xs:annotation><xs:documentation>An attribute of date, dateRange, and dateStruct, calendar is used to indicate when a given date took place.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="NEWSTYLE"/><xs:enumeration value="BC"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="CERTAINTY" default="CERT"><xs:annotation><xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="CERT"><xs:annotation><xs:documentation>Certain</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="C"><xs:annotation><xs:documentation>Circa</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="BY"><xs:annotation><xs:documentation>By this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="AFTER"><xs:annotation><xs:documentation>After this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="UNKNOWN"><xs:annotation><xs:documentation>Unknown date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="ROUGHLYDATED"><xs:annotation><xs:documentation>Rough certainty</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="VALUE" use="required" type="xs:NMTOKEN"><xs:annotation><xs:documentation>Value is used to record a formatted date- or time-related value.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
<xs:element name="TIME" type="xs:string"><xs:annotation><xs:documentation>time contains a phrase defining a time of day in any format.</xs:documentation></xs:annotation></xs:element>
Value is used to record a formatted date- ortime-related value.
Source
<xs:element name="DAY"><xs:annotation><xs:documentation>A sub-element of dateStruct, day is used to tag the specific day on which an event occurred.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:attribute name="VALUE" type="xs:integer"><xs:annotation><xs:documentation>Value is used to record a formatted date- or time-related value.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
Month is a sub-element of dateStruct and is meantto record only the month portion of a date for which there is a contested or varying degree of certainty among datecomponents.
Value is used to record a formatted date- ortime-related value.
Source
<xs:element name="MONTH"><xs:annotation><xs:documentation>Month is a sub-element of dateStruct and is meant to record only the month portion of a date for which there is a contested or varying degree of certainty among date components.</xs:documentation></xs:annotation><xs:complexType><xs:simpleContent><xs:extension base="xs:NCName"><xs:attribute name="CERTAINTY" default="CERT"><xs:annotation><xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="CERT"><xs:annotation><xs:documentation>Certain</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="C"><xs:annotation><xs:documentation>Circa</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="BY"><xs:annotation><xs:documentation>By this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="AFTER"><xs:annotation><xs:documentation>After this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="UNKNOWN"><xs:annotation><xs:documentation>Unknown date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="ROUGHLYDATED"><xs:annotation><xs:documentation>Rough certainty</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="VALUE" type="xs:integer"><xs:annotation><xs:documentation>Value is used to record a formatted date- or time-related value.</xs:documentation></xs:annotation></xs:attribute></xs:extension></xs:simpleContent></xs:complexType></xs:element>
<xs:element name="OCCASION" type="xs:NCName"><xs:annotation><xs:documentation>The occasion element surrounds dates, such as holidays, that are best referred to by name not date.</xs:documentation></xs:annotation></xs:element>
Value is used to record a formatted date- ortime-related value.
Source
<xs:element name="SEASON"><xs:complexType mixed="true"><xs:attribute name="CERTAINTY" default="CERT"><xs:annotation><xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="CERT"><xs:annotation><xs:documentation>Certain</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="C"><xs:annotation><xs:documentation>Circa</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="BY"><xs:annotation><xs:documentation>By this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="AFTER"><xs:annotation><xs:documentation>After this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="UNKNOWN"><xs:annotation><xs:documentation>Unknown date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="ROUGHLYDATED"><xs:annotation><xs:documentation>Rough certainty</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="REG" type="xs:NMTOKEN"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="VALUE" type="xs:NMTOKEN"><xs:annotation><xs:documentation>Value is used to record a formatted date- or time-related value.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
The year element surrounds the name of a year ina dateStruct element. Most years that will be tagged on a project can be included in a simple date element, but those yearsthat have a degree of certainty different from the remainder of the date of which it is part, should be included in adateStruct--year element.
Value is used to record a formatted date- ortime-related value.
Source
<xs:element name="YEAR"><xs:annotation><xs:documentation>The year element surrounds the name of a year in a dateStruct element. Most years that will be tagged on a project can be included in a simple date element, but those years that have a degree of certainty different from the remainder of the date of which it is part, should be included in a dateStruct--year element.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:attribute name="CERTAINTY" default="CERT"><xs:annotation><xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="CERT"><xs:annotation><xs:documentation>Certain</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="C"><xs:annotation><xs:documentation>Circa</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="BY"><xs:annotation><xs:documentation>By this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="AFTER"><xs:annotation><xs:documentation>After this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="UNKNOWN"><xs:annotation><xs:documentation>Unknown date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="ROUGHLYDATED"><xs:annotation><xs:documentation>Rough certainty</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="REG" type="xs:NMTOKEN"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="VALUE" type="xs:NMTOKEN"><xs:annotation><xs:documentation>Value is used to record a formatted date- or time-related value.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
<xs:element name="EMPH"><xs:annotation><xs:documentation>Short for emphasis, emph is an element that marks words or phrases which are stressed or emphasized for linguistic or rhetorical effect.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="FOREIGN"/><xs:element ref="NAME"/><xs:element ref="PLACE"/><xs:element ref="QUOTE"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="SIC"/><xs:element ref="SOCALLED"/><xs:element ref="TGENRE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TTHEMETOPIC"/></xs:choice></xs:complexType></xs:element>
Reg (orregularization) contains a reading which has been regularized or normalized in somesense.
Source
<xs:element name="FOREIGN"><xs:annotation><xs:documentation>The foreign element identifies a word or phrase as belonging to some language other than that of the surrounding text.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="EMPH"/><xs:element ref="PLACE"/><xs:element ref="QUOTE"/><xs:element ref="SIC"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TMOTIF"/></xs:choice><xs:attribute name="LANG"/><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
Direct is an attribute of the quote element and isintended to indicate whether a source is being quoted directly or indirectly. For display purposes, it will be necessary to setoff direct quotations (double quotation marks) from indirect ones (single quotation marks).
<xs:element name="QUOTE"><xs:annotation><xs:documentation>The quote element is globally available and should be used wherever you quote a source.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="EMPH"/><xs:element ref="EXTENTOFOEUVRE"/><xs:element ref="FOREIGN"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="L"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PDEDICATION"/><xs:element ref="PEARNINGS"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLITERARYSCHOOLS"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONSURVIVAL"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPRICE"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="PTYPEOFPRESS"/><xs:element ref="QUOTE"/><xs:element ref="RDESTRUCTIONOFWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RLANDMARKTEXT"/><xs:element ref="RPENALTIES"/><xs:element ref="RRECOGNITIONNAME"/><xs:element ref="RRECOGNITIONVALUE"/><xs:element ref="RRESPONSES"/><xs:element ref="RS"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="RSHEINFLUENCED"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SIC"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TPLOT"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="TVOICENARRATION"/><xs:element ref="LB"/><xs:element ref="LG"/></xs:choice><xs:attribute name="DIRECT" default="Y"><xs:annotation><xs:documentation>Direct is an attribute of the quote element and is intended to indicate whether a source is being quoted directly or indirectly. For display purposes, it will be necessary to set off direct quotations (double quotation marks) from indirect ones (single quotation marks).</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="Y"/><xs:enumeration value="N"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="ID" type="xs:NCName"/></xs:complexType></xs:element>
This element will be particularly useful in summing up the careers ofminor writers in authorSummary statements. Describe here the range and breadth of a woman's writing and remember that this will be OUR view ofthe work. Because it appears only in AuthorSummary, you are gently urged to make summary statements using this element.
<xs:element name="EXTENTOFOEUVRE"><xs:annotation><xs:documentation>This element will be particularly useful in summing up the careers of minor writers in authorSummary statements. Describe here the range and breadth of a woman's writing and remember that this will be OUR view of the work. Because it appears only in AuthorSummary, you are gently urged to make summary statements using this element.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="FOREIGN"/><xs:element ref="GENERICRANGE"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PLACE"/><xs:element ref="QUOTE"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TGENRE"/><xs:element ref="TITLE"/><xs:element ref="TOPIC"/></xs:choice></xs:complexType></xs:element>
The element genericRange is specially designed to work only inconjunction with authorSummary statements. It applies to discussions of a woman writer's whole oeuvre and the kind of generic choices she madeover a lifetime of writing.
<xs:element name="GENERICRANGE"><xs:annotation><xs:documentation>The element genericRange is specially designed to work only in conjunction with authorSummary statements. It applies to discussions of a woman writer's whole oeuvre and the kind of generic choices she made over a lifetime of writing.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="EXTENTOFOEUVRE"/><xs:element ref="FOREIGN"/><xs:element ref="GENERICRANGE"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PLACE"/><xs:element ref="QUOTE"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TGENRE"/><xs:element ref="TITLE"/><xs:element ref="TOPIC"/></xs:choice></xs:complexType></xs:element>
This element is left over from the TEI set of elements and ismeant to be used in the same way that you would use a [sic] tag in regular prose. For our purposes, we have devised a set of practicedirectives to guide you in your use of this element. It is primarily a formatting tag which inserts the word [sic] in renderedtext.
<xs:element name="SIC"><xs:annotation><xs:documentation>This element is left over from the TEI set of elements and is meant to be used in the same way that you would use a [sic] tag in regular prose. For our purposes, we have devised a set of practice directives to guide you in your use of this element. It is primarily a formatting tag which inserts the word [sic] in rendered text.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="NAME"/><xs:element ref="PLACE"/><xs:element ref="QUOTE"/></xs:choice><xs:attribute name="CORR"/></xs:complexType></xs:element>
Socalled contains a word or phrase for which the author ornarrator indicates a disclaiming of responsibility, for example by the use of scare quotes or italics.
<xs:element name="SOCALLED"><xs:annotation><xs:documentation>Socalled contains a word or phrase for which the author or narrator indicates a disclaiming of responsibility, for example by the use of scare quotes or italics.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="DATE"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PLACE"/><xs:element ref="PLITERARYSCHOOLS"/><xs:element ref="PTYPEOFPRESS"/><xs:element ref="SIC"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TTHEMETOPIC"/></xs:choice></xs:complexType></xs:element>
<xs:element name="ORGNAME"><xs:annotation><xs:documentation>The orgName element is used to identify schools, companies, and any other type of recognized organization.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="FOREIGN"/><xs:element ref="SOCALLED"/><xs:element ref="TGENRE"/><xs:element ref="TITLE"/><xs:element ref="TTHEMETOPIC"/></xs:choice><xs:attribute name="ORGTYPE"><xs:annotation><xs:documentation>A carry-over from the Microsoft Access database for chronology, orgType contains a keyword descriptor of an organization. Do not use this attribute.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="STANDARD"/></xs:complexType></xs:element>
GenreName is an optional attribute that provides apick-list of possible genre names to modify the element tGenre. It will prove especially useful in situations where the prosedoes not allow the concise naming of a genre that would be easily understood by a simpler name. Ultimately, this attribute willhelp us systematize and index references to various genre names.
Meant to capture commentary on literary or artistic schools ofthought that influenced her writing or with which she had significant contact and especially those in which she was a participant. Make sure to capturethe name of the school throughout.
This optional attribute attached topoliticalAffiliation in Biography and PLiterarySchools in Writing, in conjunction with its sibling attributes, designates thedegree of political engagement with the political affiliation or literary school specified. Involvement denotes an intermediatelevel of activity between activism and membership; the political activities involves more than simply being a member of theLabour Party but does not entail sustained activism. Examples might include participating (but not in a leadership role) in alabour strike or a WSPU march, holding a position within an organization's executive, writing letters or canvassing forGreenpeace.
Reg (orregularization) contains a reading which has been regularized or normalized in somesense.
Source
<xs:element name="PLITERARYSCHOOLS"><xs:annotation><xs:documentation>Meant to capture commentary on literary or artistic schools of thought that influenced her writing or with which she had significant contact and especially those in which she was a participant. Make sure to capture the name of the school throughout.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="FOREIGN"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="QUOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TGENRE"/><xs:element ref="TOPIC"/><xs:element ref="TTHEMETOPIC"/></xs:choice><xs:attribute name="INVOLVEMENT" default="INVOLVEMENTYES"><xs:annotation><xs:documentation>This optional attribute attached to politicalAffiliation in Biography and PLiterarySchools in Writing, in conjunction with its sibling attributes, designates the degree of political engagement with the political affiliation or literary school specified. Involvement denotes an intermediate level of activity between activism and membership; the political activities involves more than simply being a member of the Labour Party but does not entail sustained activism. Examples might include participating (but not in a leadership role) in a labour strike or a WSPU march, holding a position within an organization's executive, writing letters or canvassing for Greenpeace.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="INVOLVEMENTYES"/><xs:enumeration value="INVOLVEMENTNO"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
This element applies to both theme and topic. Theme is thecentral idea in a text stated either directly or indirectly; topic applies to interesting subjects appearing in a work that might notaspire to the status of a "theme" and is useful in genres such as educational or non-fictional texts.
<xs:element name="TOPIC"><xs:annotation><xs:documentation>This element applies to both theme and topic. Theme is the central idea in a text stated either directly or indirectly; topic applies to interesting subjects appearing in a work that might not aspire to the status of a "theme" and is useful in genres such as educational or non-fictional texts.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TTHEMETOPIC"/></xs:choice><xs:attribute name="STANDARD"/></xs:complexType></xs:element>
This element allows you to capture information about the societalroles played by characters. If the character is noteworthy for being married, single, a fallen woman, a teacher/governess, a professional, an invalid, adown-trodden housewife, or a mother, record it here.
This attribute defines the type of character whereuseful.
Source
<xs:element name="TCHARACTERTYPEROLE"><xs:annotation><xs:documentation>This element allows you to capture information about the societal roles played by characters. If the character is noteworthy for being married, single, a fallen woman, a teacher/governess, a professional, an invalid, a down-trodden housewife, or a mother, record it here.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATERANGE"/><xs:element ref="FOREIGN"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PLACE"/><xs:element ref="QUOTE"/><xs:element ref="RS"/><xs:element ref="SIC"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TPLOT"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TVOICENARRATION"/></xs:choice><xs:attribute name="PROTAGONIST"><xs:annotation><xs:documentation>This attribute defines the type of character where useful.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="MALE"/><xs:enumeration value="FEMALE"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
The rs element is a general purpose name element for allnames that merit tagging for either display purposes or for search and retrieval, but that are not adequately covered by the name,orgName, place, or title elements.
<xs:element name="RS"><xs:annotation><xs:documentation>The rs element is a general purpose name element for all names that merit tagging for either display purposes or for search and retrieval, but that are not adequately covered by the name, orgName, place, or title elements.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="TYPE"/></xs:complexType></xs:element>
Reg (orregularization) contains a reading which has been regularized or normalized in somesense.
Source
<xs:element name="TCHARACTERNAME"><xs:annotation><xs:documentation>This element allows us to tag the names of significant characters.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PLACE"/><xs:element ref="QUOTE"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="SIC"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TTHEMETOPIC"/></xs:choice><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
This element applies to both theme and topic. Theme is thecentral idea in a text stated either directly or indirectly; topic applies to interesting subjects appearing in a work that might notaspire to the status of a "theme" and is useful in genres such as educational or non-fictional texts.
<xs:element name="TTHEMETOPIC"><xs:annotation><xs:documentation>This element applies to both theme and topic. Theme is the central idea in a text stated either directly or indirectly; topic applies to interesting subjects appearing in a work that might not aspire to the status of a "theme" and is useful in genres such as educational or non-fictional texts.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PLACE"/><xs:element ref="PLITERARYSCHOOLS"/><xs:element ref="QUOTE"/><xs:element ref="RBESTKNOWNWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RS"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SIC"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TPLOT"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="TVOICENARRATION"/></xs:choice><xs:attribute name="ID" type="xs:NCName"/></xs:complexType></xs:element>
This element attends to the details surrounding the sales andpromotion of a work. For instance, you may want to discuss examples of interesting publicity or promotional stunts.
This element collects information about where significantcopies/manuscripts (of her work) or evidence about her resides. These can include existing collections, dated known locations of copies andcollections, or historical information about lost/found copies.
<xs:element name="PARCHIVALLOCATION"><xs:annotation><xs:documentation>This element collects information about where significant copies/manuscripts (of her work) or evidence about her resides. These can include existing collections, dated known locations of copies and collections, or historical information about lost/found copies.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PANTHOLOGIZATION"/><xs:element ref="PARCHIVALLOCATION"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PCONTRACT"/><xs:element ref="PDEDICATION"/><xs:element ref="PEDITIONS"/><xs:element ref="PFIRSTLITERARYACTIVITY"/><xs:element ref="PLACE"/><xs:element ref="PLASTLITERARYACTIVITY"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONBOOKMEDIA"/><xs:element ref="PNONSURVIVAL"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PPRICE"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="QUOTE"/><xs:element ref="RDESTRUCTIONOFWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RRECOGNITIONS"/><xs:element ref="RRESPONSES"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="TVOICENARRATION"/><xs:element ref="XREF"/></xs:choice></xs:complexType></xs:element>
This element creates a record of a work's appearance and selection inanthologies; it contains relevant details surrounding significant instances when a text is anthologized (how framed; how described; how frequently itoccurs); the appearance of the text in significant or major anthologies (Gilbert and Gubar, Palgrave, Norton).
<xs:element name="PANTHOLOGIZATION"><xs:annotation><xs:documentation>This element creates a record of a work's appearance and selection in anthologies; it contains relevant details surrounding significant instances when a text is anthologized (how framed; how described; how frequently it occurs); the appearance of the text in significant or major anthologies (Gilbert and Gubar, Palgrave, Norton).</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PARCHIVALLOCATION"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PEDITIONS"/><xs:element ref="PFIRSTLITERARYACTIVITY"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLITERARYSCHOOLS"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONBOOKMEDIA"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="QUOTE"/><xs:element ref="RBESTKNOWNWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RRECOGNITIONS"/><xs:element ref="RRESPONSES"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="RSHEINFLUENCED"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/></xs:choice></xs:complexType></xs:element>
This element is better expressed with the lengthy phrase: "attitudesto gender, writing, and gender and writing, or writing as a woman" and it comments on the writer's common beliefs and assumptions about thepractice and profession of writing and the relationship of gender to it. Her attitudes may be surmised in comments about what writing means to her,whereas motives, another element, are more goal oriented (why did she, in particular, write)?
<xs:element name="PATTITUDES"><xs:annotation><xs:documentation>This element is better expressed with the lengthy phrase: "attitudes to gender, writing, and gender and writing, or writing as a woman" and it comments on the writer's common beliefs and assumptions about the practice and profession of writing and the relationship of gender to it. Her attitudes may be surmised in comments about what writing means to her, whereas motives, another element, are more goal oriented (why did she, in particular, write)?</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="L"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PANTHOLOGIZATION"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PCONTRACT"/><xs:element ref="PDEDICATION"/><xs:element ref="PEARNINGS"/><xs:element ref="PEDITIONS"/><xs:element ref="PFIRSTLITERARYACTIVITY"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLASTLITERARYACTIVITY"/><xs:element ref="PLITERARYSCHOOLS"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONSURVIVAL"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSERIALIZATION"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="QUOTE"/><xs:element ref="RDESTRUCTIONOFWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RRECOGNITIONNAME"/><xs:element ref="RRESPONSES"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TPLOT"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="TVOICENARRATION"/></xs:choice></xs:complexType></xs:element>
The part attribute specifies whether or not its parentelement is fragmented in some way, typically by some other overlapping structure: for example a speech which is divided betweentwo or more verse stanzas, a paragraph which is split across a page division, a verse line which is divided between twospeakers.
<xs:element name="L"><xs:annotation><xs:documentation>Verse line contains a single, possibly incomplete, line of verse</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="NAME"/><xs:element ref="PLACE"/><xs:element ref="QUOTE"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SIC"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TMOTIF"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/></xs:choice><xs:attribute name="PART" default="N"><xs:annotation><xs:documentation>The part attribute specifies whether or not its parent element is fragmented in some way, typically by some other overlapping structure: for example a speech which is divided between two or more verse stanzas, a paragraph which is split across a page division, a verse line which is divided between two speakers.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="N"><xs:annotation><xs:documentation>(no) either the element is not fragmented, or no claim is made as to its completeness</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="Y"><xs:annotation><xs:documentation>(yes) the element is fragmented in some (unspecified) respect</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="I"><xs:annotation><xs:documentation>(initial) this is the initial part of a fragmented element</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="M"><xs:annotation><xs:documentation>(medial) this is a medial part of a fragmented element</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="F"><xs:annotation><xs:documentation>(final) this is the final part of a fragmented element</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="RHYME"/></xs:complexType></xs:element>
The motif element pertains to those discussions of a significantscene, episode, or idea in the text where these are not coterminal with the entire text. Motifs are localized or contained within the plot and may recurin multiple works or multiple times in the same work.
Atribute on tMotif used to regularize discussions of motifs toone of the descriptors listed under Motif.
Source
<xs:element name="TMOTIF"><xs:annotation><xs:documentation>The motif element pertains to those discussions of a significant scene, episode, or idea in the text where these are not coterminal with the entire text. Motifs are localized or contained within the plot and may recur in multiple works or multiple times in the same work.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PDEDICATION"/><xs:element ref="PLACE"/><xs:element ref="QUOTE"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TVOICENARRATION"/></xs:choice><xs:attribute name="MOTIFNAME"><xs:annotation><xs:documentation>Atribute on tMotif used to regularize discussions of motifs to one of the descriptors listed under Motif.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
This attribute attached to pAuthorship allows us to distinguishbetween different kinds of authorship problems such as anonymous and pseudonymous texts, and texts whose authorship is only alludedto.
This optional attribute attached to pAuthorship designates thecurrent standing of a controversy surrounding authorship.
Source
<xs:element name="PAUTHORSHIP"><xs:annotation><xs:documentation>This elements elicits discussion of controversy surrounding a text's authorship.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="DATESTRUCT"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PANTHOLOGIZATION"/><xs:element ref="PARCHIVALLOCATION"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PCONTRACT"/><xs:element ref="PCOPYRIGHT"/><xs:element ref="PDEDICATION"/><xs:element ref="PEARNINGS"/><xs:element ref="PEDITIONS"/><xs:element ref="PFIRSTLITERARYACTIVITY"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLASTLITERARYACTIVITY"/><xs:element ref="PLITERARYSCHOOLS"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONBOOKMEDIA"/><xs:element ref="PNONSURVIVAL"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PPRESSRUN"/><xs:element ref="PPRICE"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSERIALIZATION"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="PTYPEOFPRESS"/><xs:element ref="QUOTE"/><xs:element ref="RBESTKNOWNWORK"/><xs:element ref="RDESTRUCTIONOFWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RLANDMARKTEXT"/><xs:element ref="RPENALTIES"/><xs:element ref="RRECOGNITIONS"/><xs:element ref="RRESPONSES"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="RSHEINFLUENCED"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TPLOT"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="TVOICENARRATION"/></xs:choice><xs:attribute name="AUTHORNAMETYPE"><xs:annotation><xs:documentation>This attribute attached to pAuthorship allows us to distinguish between different kinds of authorship problems such as anonymous and pseudonymous texts, and texts whose authorship is only alluded to.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="ANONYMOUS"/><xs:enumeration value="PSEUDONYMOUS"/><xs:enumeration value="ALLUSIVEAUTHORSHIP"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="AUTHORSHIPCONTROVERSY"><xs:annotation><xs:documentation>This attribute attached to pAuthorship reflects the difficulties scholars sometimes encounter when trying to identify the authorship of a text.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="FORGERY"/><xs:enumeration value="SPURIOUS"/><xs:enumeration value="MISATTRIBUTION"/><xs:enumeration value="DOUBTFUL"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="COLLABORATION"><xs:annotation><xs:documentation>This attribute attached to pAuthorship allows us to distinguish those texts authored by more than a single author.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="COLLABORATIONYES"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="CONTROVERSYDATE"><xs:annotation><xs:documentation>This optional attribute attached to pAuthorship designates the current standing of a controversy surrounding authorship.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="PRESENT"/><xs:enumeration value="HISTORICAL"/><xs:enumeration value="ONGOING"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
This element discusses the way in which a work was distributed tothe wider world and the breadth of its reach: this is the place to discuss print-runs or comments about best-sellers.
<xs:element name="PCIRCULATION"><xs:annotation><xs:documentation>This element discusses the way in which a work was distributed to the wider world and the breadth of its reach: this is the place to discuss print-runs or comments about best-sellers.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PANTHOLOGIZATION"/><xs:element ref="PARCHIVALLOCATION"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PCONTRACT"/><xs:element ref="PCOPYRIGHT"/><xs:element ref="PDEDICATION"/><xs:element ref="PEARNINGS"/><xs:element ref="PEDITIONS"/><xs:element ref="PFIRSTLITERARYACTIVITY"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONBOOKMEDIA"/><xs:element ref="PNONSURVIVAL"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PPRESSRUN"/><xs:element ref="PPRICE"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="QUOTE"/><xs:element ref="RBESTKNOWNWORK"/><xs:element ref="RDESTRUCTIONOFWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RLANDMARKTEXT"/><xs:element ref="RPENALTIES"/><xs:element ref="RRECOGNITIONNAME"/><xs:element ref="RRECOGNITIONS"/><xs:element ref="RRESPONSES"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="RSHEINFLUENCED"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/></xs:choice></xs:complexType></xs:element>
<xs:element name="PCOPYRIGHT"><xs:annotation><xs:documentation>This element captures all information about the nature of the copyright of the text and the relationship of the text to copyright.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PCONTRACT"/><xs:element ref="PEARNINGS"/><xs:element ref="PEDITIONS"/><xs:element ref="PLACE"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONSURVIVAL"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PPRESSRUN"/><xs:element ref="PPRICE"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSERIALIZATION"/><xs:element ref="QUOTE"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TGENRE"/><xs:element ref="TITLE"/><xs:element ref="TTHEMETOPIC"/></xs:choice></xs:complexType></xs:element>
This element captures information about the nature of the editionsthat a text went through. This can also provide a space to talk about bowdlerization, revisions, emendations, the author's preference for certaineditions, or which edition is preferable from a scholarly point of view because of completeness.
<xs:element name="PEDITIONS"><xs:annotation><xs:documentation>This element captures information about the nature of the editions that a text went through. This can also provide a space to talk about bowdlerization, revisions, emendations, the author's preference for certain editions, or which edition is preferable from a scholarly point of view because of completeness.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="DATESTRUCT"/><xs:element ref="EMPH"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PANTHOLOGIZATION"/><xs:element ref="PARCHIVALLOCATION"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PCONTRACT"/><xs:element ref="PCOPYRIGHT"/><xs:element ref="PDEDICATION"/><xs:element ref="PEARNINGS"/><xs:element ref="PEDITIONS"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLASTLITERARYACTIVITY"/><xs:element ref="PLITERARYSCHOOLS"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONBOOKMEDIA"/><xs:element ref="PNONSURVIVAL"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PPRESSRUN"/><xs:element ref="PPRICE"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSERIALIZATION"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="PTYPEOFPRESS"/><xs:element ref="QUOTE"/><xs:element ref="RDESTRUCTIONOFWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RPENALTIES"/><xs:element ref="RRECOGNITIONS"/><xs:element ref="RRESPONSES"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="RSHEINFLUENCED"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="TVOICENARRATION"/><xs:element ref="XREF"/></xs:choice></xs:complexType></xs:element>
This element from the Production component names the specificpeople, texts, events or places that formed (developed) the writer's thinking as an artist. Influences can pertain to individual texts or her work as awhole.
InfluenceType is an attribute affiliated with the elementpInfluencesHer and is used to indicate how someone or something influenced a woman writer.
Source
<xs:element name="PINFLUENCESHER"><xs:annotation><xs:documentation>This element from the Production component names the specific people, texts, events or places that formed (developed) the writer's thinking as an artist. Influences can pertain to individual texts or her work as a whole.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="DATESTRUCT"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PARCHIVALLOCATION"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PDEDICATION"/><xs:element ref="PFIRSTLITERARYACTIVITY"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLITERARYSCHOOLS"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONSURVIVAL"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSERIALIZATION"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="QUOTE"/><xs:element ref="RDESTRUCTIONOFWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RLANDMARKTEXT"/><xs:element ref="RPENALTIES"/><xs:element ref="RRECOGNITIONVALUE"/><xs:element ref="RRESPONSES"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="RSHEINFLUENCED"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TPLOT"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="TVOICENARRATION"/></xs:choice><xs:attribute name="INFLUENCETYPE"><xs:annotation><xs:documentation>InfluenceType is an attribute affiliated with the element pInfluencesHer and is used to indicate how someone or something influenced a woman writer.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="LITERARY"/><xs:enumeration value="INTELLECTUAL"/><xs:enumeration value="FAMILIAL"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
This element in the Production component captures the firstsignificant writing activity, published or otherwise. However, do not use this for publications unless there's strong evidence that the publication islinked to the actual first literary activity.
Job is meant to capture the types of employment done by womenwriters and their families. We are interested in comparing the kinds of jobs women did in different historical periods and the kinds ofjobs family members did. We want to facilitate research, for example, on the influence of living in a parsonage on women writers andwould therefore like to track women who had fathers and mothers who were preachers.
<xs:element name="JOB" type="xs:string"><xs:annotation><xs:documentation>Job is meant to capture the types of employment done by women writers and their families. We are interested in comparing the kinds of jobs women did in different historical periods and the kinds of jobs family members did. We want to facilitate research, for example, on the influence of living in a parsonage on women writers and would therefore like to track women who had fathers and mothers who were preachers.</xs:documentation></xs:annotation></xs:element>
This element in the Production component records the last significantwriting activity, published or otherwise, and should be used with all authors where applicable.
<xs:element name="PLASTLITERARYACTIVITY"><xs:annotation><xs:documentation>This element in the Production component records the last significant writing activity, published or otherwise, and should be used with all authors where applicable.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="DATESTRUCT"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PANTHOLOGIZATION"/><xs:element ref="PARCHIVALLOCATION"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PDEDICATION"/><xs:element ref="PEDITIONS"/><xs:element ref="PFIRSTLITERARYACTIVITY"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLASTLITERARYACTIVITY"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONSURVIVAL"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSERIALIZATION"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="QUOTE"/><xs:element ref="RBESTKNOWNWORK"/><xs:element ref="RDESTRUCTIONOFWORK"/><xs:element ref="RLANDMARKTEXT"/><xs:element ref="RRECOGNITIONS"/><xs:element ref="RRESPONSES"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/></xs:choice></xs:complexType></xs:element>
This element, found in the Production component, details thepre-publication history of a text: how and if it circulated before and after its publication. Note that this element refers to the circulation of themanuscript and not the published text.
<xs:element name="PMANUSCRIPTHISTORY"><xs:annotation><xs:documentation>This element, found in the Production component, details the pre-publication history of a text: how and if it circulated before and after its publication. Note that this element refers to the circulation of the manuscript and not the published text.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="DATESTRUCT"/><xs:element ref="FOREIGN"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PANTHOLOGIZATION"/><xs:element ref="PARCHIVALLOCATION"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PCOPYRIGHT"/><xs:element ref="PDEDICATION"/><xs:element ref="PEARNINGS"/><xs:element ref="PEDITIONS"/><xs:element ref="PFIRSTLITERARYACTIVITY"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLASTLITERARYACTIVITY"/><xs:element ref="PLITERARYSCHOOLS"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONSURVIVAL"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PPRICE"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSERIALIZATION"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="QUOTE"/><xs:element ref="RBESTKNOWNWORK"/><xs:element ref="RDESTRUCTIONOFWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RPENALTIES"/><xs:element ref="RRESPONSES"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="RSHEINFLUENCED"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TPLOT"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="TVOICENARRATION"/></xs:choice></xs:complexType></xs:element>
This element in the Production component describes the physical andeconomic circumstances that governed a woman's writing. This category is meant to answer questions like: did she have a room of her own? Was itthe laundry room or a posh cabin on the French Riviera? Was she losing her eyesight while writing a particular work? Did she hide the manuscriptwhile writing?
This optional attribute attached to materialconditions applies toinformation about women who wrote from a displaced position (geographical or physical in some sense).
Source
<xs:element name="PMATERIALCONDITIONS"><xs:annotation><xs:documentation>This element in the Production component describes the physical and economic circumstances that governed a woman's writing. This category is meant to answer questions like: did she have a room of her own? Was it the laundry room or a posh cabin on the French Riviera? Was she losing her eyesight while writing a particular work? Did she hide the manuscript while writing?</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="DATESTRUCT"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PARCHIVALLOCATION"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PCONTRACT"/><xs:element ref="PCOPYRIGHT"/><xs:element ref="PDEDICATION"/><xs:element ref="PEARNINGS"/><xs:element ref="PEDITIONS"/><xs:element ref="PFIRSTLITERARYACTIVITY"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLASTLITERARYACTIVITY"/><xs:element ref="PLITERARYSCHOOLS"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONSURVIVAL"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PPRESSRUN"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSERIALIZATION"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="QUOTE"/><xs:element ref="RBESTKNOWNWORK"/><xs:element ref="RDESTRUCTIONOFWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RLANDMARKTEXT"/><xs:element ref="RPENALTIES"/><xs:element ref="RRECOGNITIONNAME"/><xs:element ref="RRECOGNITIONS"/><xs:element ref="RRESPONSES"/><xs:element ref="RS"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="RSHEINFLUENCED"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SIC"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TPLOT"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="TVOICENARRATION"/></xs:choice><xs:attribute name="DISPLACEMENT"><xs:annotation><xs:documentation>This optional attribute attached to materialconditions applies to information about women who wrote from a displaced position (geographical or physical in some sense).</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="DISPLACEMENTYES"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
This element deals with the specific ways in which a book is broughtto print; it does not address issues of circulation. It should capture issues around the publisher (or details about the printer where pertinent anddifferent from the publisher).
This optional attribute allows you to identify how a text waspublished.
Source
<xs:element name="PMODEOFPUBLICATION"><xs:annotation><xs:documentation>This element deals with the specific ways in which a book is brought to print; it does not address issues of circulation. It should capture issues around the publisher (or details about the printer where pertinent and different from the publisher).</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PANTHOLOGIZATION"/><xs:element ref="PARCHIVALLOCATION"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PCONTRACT"/><xs:element ref="PCOPYRIGHT"/><xs:element ref="PDEDICATION"/><xs:element ref="PEARNINGS"/><xs:element ref="PEDITIONS"/><xs:element ref="PFIRSTLITERARYACTIVITY"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLASTLITERARYACTIVITY"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONSURVIVAL"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PPRESSRUN"/><xs:element ref="PPRICE"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSERIALIZATION"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="PTYPEOFPRESS"/><xs:element ref="QUOTE"/><xs:element ref="RBESTKNOWNWORK"/><xs:element ref="RDESTRUCTIONOFWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RLANDMARKTEXT"/><xs:element ref="RPENALTIES"/><xs:element ref="RRECOGNITIONS"/><xs:element ref="RRESPONSES"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/></xs:choice><xs:attribute name="PUBLICATIONMODE"><xs:annotation><xs:documentation>This optional attribute allows you to identify how a text was published.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SELF-PUBLICATION"/><xs:enumeration value="PRIVATELYPRINTED"/><xs:enumeration value="LIMITEDEDITION"/><xs:enumeration value="PIRATED"/><xs:enumeration value="SUBSCRIPTION"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
Motives describes a woman writer's purposes and reasons for writingwhich may be ascribed or self-identified, and may refer to textual motives or personal motives. See attitudes for comparison.
This element addresses texts that we do not have today for somereason or another. Describes any mishaps or disasters that happen on the road to publication. If the manuscript was in a tree, burned, or flew outthe stage coach window; if the publishers went bankrupt and lost her manuscript, all of these incidents can be recorded here.
<xs:element name="PNONSURVIVAL"><xs:annotation><xs:documentation>This element addresses texts that we do not have today for some reason or another. Describes any mishaps or disasters that happen on the road to publication. If the manuscript was in a tree, burned, or flew out the stage coach window; if the publishers went bankrupt and lost her manuscript, all of these incidents can be recorded here.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="DATESTRUCT"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PARCHIVALLOCATION"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PEDITIONS"/><xs:element ref="PFIRSTLITERARYACTIVITY"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLASTLITERARYACTIVITY"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PMOTIVES"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="QUOTE"/><xs:element ref="RDESTRUCTIONOFWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RRESPONSES"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/></xs:choice><xs:attribute name="TYPEOFNONSURVIVAL"><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="ACCIDENT"/><xs:enumeration value="UNKNOWN"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
This element refers to a non-textual packaging/format of a writtenwork. If someone adapts a woman's book into a opera, a film, a sound recording or a dance, record it here.
This element contains all the specifics of the performance of a womanwriter's work in cases where the work is a stage play, a radio drama, or a television film script. Significant performances should be included here withall known details about where or how the work was performed.
<xs:element name="PPERFORMANCE"><xs:annotation><xs:documentation>This element contains all the specifics of the performance of a woman writer's work in cases where the work is a stage play, a radio drama, or a television film script. Significant performances should be included here with all known details about where or how the work was performed.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="DATESTRUCT"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PANTHOLOGIZATION"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PDEDICATION"/><xs:element ref="PEARNINGS"/><xs:element ref="PEDITIONS"/><xs:element ref="PFIRSTLITERARYACTIVITY"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLASTLITERARYACTIVITY"/><xs:element ref="PLITERARYSCHOOLS"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONBOOKMEDIA"/><xs:element ref="PNONSURVIVAL"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PPRICE"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PSERIALIZATION"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="QUOTE"/><xs:element ref="RBESTKNOWNWORK"/><xs:element ref="RDESTRUCTIONOFWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RFICTIONALIZATION"/><xs:element ref="RLANDMARKTEXT"/><xs:element ref="RPENALTIES"/><xs:element ref="RRECOGNITIONNAME"/><xs:element ref="RRECOGNITIONS"/><xs:element ref="RRESPONSES"/><xs:element ref="RS"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="RSHEINFLUENCED"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TPLOT"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="TVOICENARRATION"/></xs:choice></xs:complexType></xs:element>
This element focuses only on what needs to be said about the placeof publication over and above the simple bibliographic reference and would be useful in those instances where censorable books were published withan imprint of Amsterdam but actually published in London.
<xs:element name="PPLACEOFPUBLICATION"><xs:annotation><xs:documentation>This element focuses only on what needs to be said about the place of publication over and above the simple bibliographic reference and would be useful in those instances where censorable books were published with an imprint of Amsterdam but actually published in London.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="EMPH"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PANTHOLOGIZATION"/><xs:element ref="PARCHIVALLOCATION"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PCONTRACT"/><xs:element ref="PCOPYRIGHT"/><xs:element ref="PDEDICATION"/><xs:element ref="PEARNINGS"/><xs:element ref="PEDITIONS"/><xs:element ref="PFIRSTLITERARYACTIVITY"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLASTLITERARYACTIVITY"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONSURVIVAL"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PPRESSRUN"/><xs:element ref="PPRICE"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSERIALIZATION"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="PTYPEOFPRESS"/><xs:element ref="QUOTE"/><xs:element ref="RBESTKNOWNWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RLANDMARKTEXT"/><xs:element ref="RPENALTIES"/><xs:element ref="RRECOGNITIONNAME"/><xs:element ref="RRECOGNITIONS"/><xs:element ref="RRESPONSES"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="TVOICENARRATION"/><xs:element ref="XREF"/></xs:choice></xs:complexType></xs:element>
<xs:element name="PPRESSRUN"><xs:annotation><xs:documentation>Records the number of copies of a printed text; this can be expressed in numeric form or in prose, such as "a short run."</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PCIRCULATION"/><xs:element ref="PEARNINGS"/><xs:element ref="PEDITIONS"/><xs:element ref="PLACE"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PPRICE"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="QUOTE"/><xs:element ref="RRECOGNITIONS"/><xs:element ref="SOCALLED"/><xs:element ref="TGENRE"/><xs:element ref="TITLE"/><xs:element ref="TTHEMETOPIC"/></xs:choice></xs:complexType></xs:element>
An attribute of title, titleType indicates whether atitle is a part of another work, an entire work, a journal, or a series.
Source
<xs:element name="TITLE"><xs:annotation><xs:documentation>The title element contains the title of a work, whether article, book, journal (newspaper, magazine), series, or unpublished.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PLACE"/><xs:element ref="PLITERARYSCHOOLS"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMOTIVES"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="QUOTE"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RS"/><xs:element ref="SIC"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TPLOT"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="TVOICENARRATION"/><xs:element ref="XREF"/></xs:choice><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="REND"/><xs:attribute name="STANDARD"/><xs:attribute name="TITLETYPE"><xs:annotation><xs:documentation>An attribute of title, titleType indicates whether a title is a part of another work, an entire work, a journal, or a series.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="MONOGRAPHIC"/><xs:enumeration value="ANALYTIC"/><xs:enumeration value="JOURNAL"/><xs:enumeration value="SERIES"/><xs:enumeration value="UNPUBLISHED"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
This element describes all the details about the serial appearance of awork either on its own or in a periodical (multiple instalments); refers to those complete works which were published in bits.
This attribute is attached to the element pSerialization andspecifies whether the work appeared in "volumeForm" or "periodicalForm."
Source
<xs:element name="PSERIALIZATION"><xs:annotation><xs:documentation>This element describes all the details about the serial appearance of a work either on its own or in a periodical (multiple instalments); refers to those complete works which were published in bits.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="DATESTRUCT"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PCOPYRIGHT"/><xs:element ref="PDEDICATION"/><xs:element ref="PEARNINGS"/><xs:element ref="PEDITIONS"/><xs:element ref="PFIRSTLITERARYACTIVITY"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLASTLITERARYACTIVITY"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONBOOKMEDIA"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PPRICE"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSERIALIZATION"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="QUOTE"/><xs:element ref="RBESTKNOWNWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RLANDMARKTEXT"/><xs:element ref="RPENALTIES"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="RSHEINFLUENCED"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TVOICENARRATION"/></xs:choice><xs:attribute name="FORMOFSERIALIZATION"><xs:annotation><xs:documentation>This attribute is attached to the element pSerialization and specifies whether the work appeared in "volumeForm" or "periodicalForm."</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="VOLUMEFORM"/><xs:enumeration value="PERIODICALFORM"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
This element is designed to capture the mainly professionalrelationship between a writer and her publisher (or, in the case of dramatists, her producer).
<xs:element name="PTYPEOFPRESS"><xs:annotation><xs:documentation>When significant, use this element to record specifics about the printing operation/publisher.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PLACE"/><xs:element ref="PTYPEOFPRESS"/><xs:element ref="QUOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TGENRE"/><xs:element ref="TITLE"/></xs:choice></xs:complexType></xs:element>
This element refers to the single work whose reputation greatlyexceeds all others, according to external criteria (best known in literary circles), and can occur once per genre for some writers.
This element deals with the positive results and consequences ofwriting. These awards might be described numerically (in terms of the value), descriptively, or in terms of the prize title.
This element refers to fictionalized (written) responses to the womanauthor or her work which indicate her literary influence. It is to be used when you encounter the fictionalized life of a woman writer, such as a onewoman show about Virginia Woolf's life.
<xs:element name="RFICTIONALIZATION"><xs:annotation><xs:documentation>This element refers to fictionalized (written) responses to the woman author or her work which indicate her literary influence. It is to be used when you encounter the fictionalized life of a woman writer, such as a one woman show about Virginia Woolf's life.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="EMPH"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PANTHOLOGIZATION"/><xs:element ref="PCIRCULATION"/><xs:element ref="PLACE"/><xs:element ref="PNONBOOKMEDIA"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="QUOTE"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RPENALTIES"/><xs:element ref="RRESPONSES"/><xs:element ref="RSHEINFLUENCED"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TITLE"/><xs:element ref="TOPIC"/></xs:choice></xs:complexType></xs:element>
If a book is censored, we consider that action a type of penalty.This attribute flags when censorship has been one of the penalizing responses to a work.
Source
<xs:element name="RPENALTIES"><xs:annotation><xs:documentation>This element discusses the negative effects and consequences of writing.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PANTHOLOGIZATION"/><xs:element ref="PARCHIVALLOCATION"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PEARNINGS"/><xs:element ref="PEDITIONS"/><xs:element ref="PFIRSTLITERARYACTIVITY"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PNONBOOKMEDIA"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="QUOTE"/><xs:element ref="RDESTRUCTIONOFWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RFICTIONALIZATION"/><xs:element ref="RPENALTIES"/><xs:element ref="RRECOGNITIONNAME"/><xs:element ref="RRECOGNITIONS"/><xs:element ref="RRESPONSES"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="RSHEINFLUENCED"/><xs:element ref="SIC"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TPLOT"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="XREF"/></xs:choice><xs:attribute name="CENSORSHIP"><xs:annotation><xs:documentation>If a book is censored, we consider that action a type of penalty. This attribute flags when censorship has been one of the penalizing responses to a work.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="CENSORSHIPYES"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
This element marks destruction of a work by the author herself, herreaders, or others. This category can include the conscious destruction or requests for destruction whether or not the destruction was carriedout.
This attribute, attached to rDestructionOfWork, allows you toindicate who destroyed the work.
Source
<xs:element name="RDESTRUCTIONOFWORK"><xs:annotation><xs:documentation>This element marks destruction of a work by the author herself, her readers, or others. This category can include the conscious destruction or requests for destruction whether or not the destruction was carried out.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="EMPH"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PARCHIVALLOCATION"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCOPYRIGHT"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONSURVIVAL"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSERIALIZATION"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="QUOTE"/><xs:element ref="RDESTRUCTIONOFWORK"/><xs:element ref="RPENALTIES"/><xs:element ref="RRESPONSES"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TGENRE"/><xs:element ref="TITLE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/></xs:choice><xs:attribute name="DESTROYEDBY"><xs:annotation><xs:documentation>This attribute, attached to rDestructionOfWork, allows you to indicate who destroyed the work.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SELF"/><xs:enumeration value="OTHER"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
This element addresses reactions to the literary work, the oeuvre ingeneral, or the writer's role as an author/artist which are either written or event centred.
Formality is an attribute attached to rResponses which allowsyou to indicate whether a response to a work was formal or informal. "Formal" means that the response was written or otherwise made public;"informal" refers to those incidents more difficult to define: a hearty slap on the back, rude looks from strangers on buses, a snubbing by hersocial set.
ResponseType is an optional attribute that specifiesthe historical timing of a response to a written work through its values of "recent," "re-evaluation," or"initial."
Source
<xs:element name="RRESPONSES"><xs:annotation><xs:documentation>This element addresses reactions to the literary work, the oeuvre in general, or the writer's role as an author/artist which are either written or event centred.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="DATESTRUCT"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PANTHOLOGIZATION"/><xs:element ref="PARCHIVALLOCATION"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PCOPYRIGHT"/><xs:element ref="PDEDICATION"/><xs:element ref="PEARNINGS"/><xs:element ref="PEDITIONS"/><xs:element ref="PFIRSTLITERARYACTIVITY"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLASTLITERARYACTIVITY"/><xs:element ref="PLITERARYSCHOOLS"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONBOOKMEDIA"/><xs:element ref="PNONSURVIVAL"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PPRESSRUN"/><xs:element ref="PPRICE"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSERIALIZATION"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="QUOTE"/><xs:element ref="RBESTKNOWNWORK"/><xs:element ref="RDESTRUCTIONOFWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RFICTIONALIZATION"/><xs:element ref="RLANDMARKTEXT"/><xs:element ref="RPENALTIES"/><xs:element ref="RRECOGNITIONNAME"/><xs:element ref="RRECOGNITIONS"/><xs:element ref="RRESPONSES"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="RSHEINFLUENCED"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SIC"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TPLOT"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="TVOICENARRATION"/><xs:element ref="XREF"/></xs:choice><xs:attribute name="FORMALITY"><xs:annotation><xs:documentation>Formality is an attribute attached to rResponses which allows you to indicate whether a response to a work was formal or informal. "Formal" means that the response was written or otherwise made public; "informal" refers to those incidents more difficult to define: a hearty slap on the back, rude looks from strangers on buses, a snubbing by her social set.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="FORMAL"/><xs:enumeration value="INFORMAL"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="GENDEREDRESPONSE"><xs:annotation><xs:documentation>This attribute attached to rResponses indicates whether or not a response to a work was predicated on the writer's gender.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="ADFEMINAM"/><xs:enumeration value="GENDEREDYES"/><xs:enumeration value="GENDEREDNO"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="RESPONSETYPE"><xs:annotation><xs:documentation>ResponseType is an optional attribute that specifies the historical timing of a response to a written work through its values of "recent," "re-evaluation," or "initial."</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="RE-EVALUATION"/><xs:enumeration value="RECENT"/><xs:enumeration value="INITIAL"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
Reg (orregularization) contains a reading which has been regularized or normalized in somesense.
Source
<xs:element name="RRECOGNITIONNAME"><xs:annotation><xs:documentation>Closely related to the Recognitions element, this element defines the name of a particular award or prize given to an author.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="FOREIGN"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PLACE"/><xs:element ref="QUOTE"/><xs:element ref="RRECOGNITIONNAME"/><xs:element ref="RRECOGNITIONS"/><xs:element ref="RRECOGNITIONVALUE"/><xs:element ref="SOCALLED"/><xs:element ref="TGENRE"/><xs:element ref="TITLE"/></xs:choice><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
<xs:element name="RRECOGNITIONVALUE"><xs:annotation><xs:documentation>This element defines a numeric or descriptive (intangible) value of the recognition given to her work.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="RRECOGNITIONNAME"/><xs:element ref="TITLE"/></xs:choice></xs:complexType></xs:element>
This element has to do with the author's influence on other writers,other women writers, other women, the literary tradition, and society as a whole. When discussing her influence, please provide evidence of herlegacy, not just opinion.
<xs:element name="RSHEINFLUENCED"><xs:annotation><xs:documentation>This element has to do with the author's influence on other writers, other women writers, other women, the literary tradition, and society as a whole. When discussing her influence, please provide evidence of her legacy, not just opinion.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="FOREIGN"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PANTHOLOGIZATION"/><xs:element ref="PARCHIVALLOCATION"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PCOPYRIGHT"/><xs:element ref="PEARNINGS"/><xs:element ref="PEDITIONS"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLITERARYSCHOOLS"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PNONBOOKMEDIA"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="QUOTE"/><xs:element ref="RBESTKNOWNWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RFICTIONALIZATION"/><xs:element ref="RLANDMARKTEXT"/><xs:element ref="RPENALTIES"/><xs:element ref="RRECOGNITIONNAME"/><xs:element ref="RRECOGNITIONS"/><xs:element ref="RRESPONSES"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="RSHEINFLUENCED"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TPLOT"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/></xs:choice></xs:complexType></xs:element>
This element allows you to talk generally about the genre issuesraised by a specific text. It may also be used in situations where there is an unusual mixture of genre forms.
<xs:element name="TGENREISSUE"><xs:annotation><xs:documentation>This element allows you to talk generally about the genre issues raised by a specific text. It may also be used in situations where there is an unusual mixture of genre forms.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PANTHOLOGIZATION"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PCONTRACT"/><xs:element ref="PDEDICATION"/><xs:element ref="PEARNINGS"/><xs:element ref="PEDITIONS"/><xs:element ref="PFIRSTLITERARYACTIVITY"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLASTLITERARYACTIVITY"/><xs:element ref="PLITERARYSCHOOLS"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PMOTIVES"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSERIALIZATION"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="QUOTE"/><xs:element ref="RBESTKNOWNWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RLANDMARKTEXT"/><xs:element ref="RRESPONSES"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="RSHEINFLUENCED"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TPLOT"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="TVOICENARRATION"/></xs:choice></xs:complexType></xs:element>
genderOfAuthor is an optional attribute modifying the elementtIntertextuality; therefore, it allows you to identify the sex of the author who wrote the intertext. It will prove useful for researching howwomen responded to other texts written by male or female authors.
IntertextType is an attribute used to modify the elementtIntertextuality. It allows greater specificity to indicate how an intertext has been used in connection with any one text.
Source
<xs:element name="TINTERTEXTUALITY"><xs:annotation><xs:documentation>This element provides a place to talk about all those textual markers that acknowledge the existence of other texts.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="DATESTRUCT"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PARCHIVALLOCATION"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PCOPYRIGHT"/><xs:element ref="PDEDICATION"/><xs:element ref="PEARNINGS"/><xs:element ref="PEDITIONS"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLASTLITERARYACTIVITY"/><xs:element ref="PLITERARYSCHOOLS"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONBOOKMEDIA"/><xs:element ref="PNONSURVIVAL"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PPRESSRUN"/><xs:element ref="PPRICE"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSERIALIZATION"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="QUOTE"/><xs:element ref="RBESTKNOWNWORK"/><xs:element ref="RDESTRUCTIONOFWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RFICTIONALIZATION"/><xs:element ref="RLANDMARKTEXT"/><xs:element ref="RPENALTIES"/><xs:element ref="RRECOGNITIONNAME"/><xs:element ref="RRECOGNITIONS"/><xs:element ref="RRESPONSES"/><xs:element ref="RS"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="RSHEINFLUENCED"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SIC"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TPLOT"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="TVOICENARRATION"/></xs:choice><xs:attribute name="GENDEROFAUTHOR"><xs:annotation><xs:documentation>genderOfAuthor is an optional attribute modifying the element tIntertextuality; therefore, it allows you to identify the sex of the author who wrote the intertext. It will prove useful for researching how women responded to other texts written by male or female authors.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="FEMALE"/><xs:enumeration value="MALE"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="INTERTEXTTYPE"><xs:annotation><xs:documentation>IntertextType is an attribute used to modify the element tIntertextuality. It allows greater specificity to indicate how an intertext has been used in connection with any one text.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="ALLUSIONACKNOWLEDGED"/><xs:enumeration value="ALLUSIONUNACKNOWLEDGED"/><xs:enumeration value="QUOTATION"/><xs:enumeration value="MISQUOTATION"/><xs:enumeration value="PARODY"/><xs:enumeration value="SATIRE"/><xs:enumeration value="IMITATION"/><xs:enumeration value="ADAPTATION-UPDATE"/><xs:enumeration value="PREQUEL"/><xs:enumeration value="CONTINUATION"/><xs:enumeration value="ANSWER"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
This element pertains to the real or fictive time in which a text is setrelative to the writer's time, not the reader's. It can be specific, "1789," or general "in the future," or relative to a non-dateable event "after thewar."
SettingDateType is an optional attribute that specifies thehistorical era of a setting.
Source
<xs:element name="TSETTINGDATE"><xs:annotation><xs:documentation>This element pertains to the real or fictive time in which a text is set relative to the writer's time, not the reader's. It can be specific, "1789," or general "in the future," or relative to a non-dateable event "after the war."</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="DATESTRUCT"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PDEDICATION"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLASTLITERARYACTIVITY"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMOTIVES"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="QUOTE"/><xs:element ref="RBESTKNOWNWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RRECOGNITIONS"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TPLOT"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="TVOICENARRATION"/></xs:choice><xs:attribute name="SETTINGDATETYPE"><xs:annotation><xs:documentation>SettingDateType is an optional attribute that specifies the historical era of a setting.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="PAST"/><xs:enumeration value="PRESENT"/><xs:enumeration value="FUTURE"/><xs:enumeration value="AMBIGUOUS"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
SettingPlaceType is an optional attribute that specifies the realor imaginary location of textual events.
Source
<xs:element name="TSETTINGPLACE"><xs:annotation><xs:documentation>This element addresses the real or fictive place in which a text is set.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="DATESTRUCT"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PDEDICATION"/><xs:element ref="PEARNINGS"/><xs:element ref="PEDITIONS"/><xs:element ref="PFIRSTLITERARYACTIVITY"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLASTLITERARYACTIVITY"/><xs:element ref="PLITERARYSCHOOLS"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONBOOKMEDIA"/><xs:element ref="PNONSURVIVAL"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PPRICE"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSERIALIZATION"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="QUOTE"/><xs:element ref="RBESTKNOWNWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RLANDMARKTEXT"/><xs:element ref="RRECOGNITIONNAME"/><xs:element ref="RRECOGNITIONS"/><xs:element ref="RRESPONSES"/><xs:element ref="RS"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="RSHEINFLUENCED"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TPLOT"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="TVOICENARRATION"/></xs:choice><xs:attribute name="SETTINGCLASS"><xs:annotation><xs:documentation>SettingClass is an optional attribute that specifies the socio-economic status of a settingPlace.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="UPPERCLASS"/><xs:enumeration value="WORKINGCLASS"/><xs:enumeration value="MIDDLECLASS"/><xs:enumeration value="WIDERANGE"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="SETTINGPLACETYPE"><xs:annotation><xs:documentation>SettingPlaceType is an optional attribute that specifies the real or imaginary location of textual events.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="FICTIVE"/><xs:enumeration value="REAL"/><xs:enumeration value="IDENTIFIABLE"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
TechniqueType is an optional attribute that addresses thedifferent kinds of literary techniques that an author might use in their work.
Source
<xs:element name="TTECHNIQUES"><xs:annotation><xs:documentation>This element applies to the structural components of language used to create literary effects: these are devices such as assonance and metaphor.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="L"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PDEDICATION"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLITERARYSCHOOLS"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMOTIVES"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="QUOTE"/><xs:element ref="RBESTKNOWNWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RFICTIONALIZATION"/><xs:element ref="RLANDMARKTEXT"/><xs:element ref="RRECOGNITIONS"/><xs:element ref="RRECOGNITIONVALUE"/><xs:element ref="RRESPONSES"/><xs:element ref="RS"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SIC"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TPLOT"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="TVOICENARRATION"/></xs:choice><xs:attribute name="TECHNIQUETYPE"><xs:annotation><xs:documentation>TechniqueType is an optional attribute that addresses the different kinds of literary techniques that an author might use in their work.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="DICTION"/><xs:enumeration value="VERSIFICATION"/><xs:enumeration value="NONSTANDARDENGLISH"/><xs:enumeration value="IMAGERY"/><xs:enumeration value="AURALEFFECTS"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
This element applies to the "characteristic manner of expression; howa particular writer says things; the reflection of a writer's attitude, manner, mood, and moral outlook" and the means of expressing that manner ormood. (Penguin Dictionary of Literary Terms.)
This element discusses how a story gets told and not what order thestory is told in. Addresses characteristics of the voice of the narrator in the work.
<xs:element name="TVOICENARRATION"><xs:annotation><xs:documentation>This element discusses how a story gets told and not what order the story is told in. Addresses characteristics of the voice of the narrator in the work.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="FOREIGN"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PANTHOLOGIZATION"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLITERARYSCHOOLS"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMOTIVES"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="QUOTE"/><xs:element ref="RBESTKNOWNWORK"/><xs:element ref="RRESPONSES"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TPLOT"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="TVOICENARRATION"/></xs:choice></xs:complexType></xs:element>
URL (uniform resource locator) specifies the URL fromwhich the media concerned may be obtained.
Source
<xs:element name="XREF"><xs:annotation><xs:documentation>The xref element surounds a url which you wish to make into a hyperlink.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="ORGNAME"/><xs:element ref="TITLE"/></xs:choice><xs:attributeGroup ref="RESP-attribute"/><xs:attribute name="URL" use="required" type="xs:anyURI"><xs:annotation><xs:documentation>URL (uniform resource locator) specifies the URL from which the media concerned may be obtained.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
<xs:element name="LB"><xs:annotation><xs:documentation>lb marks the start of a new (typographic) line in some edition or version of a text.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="L"/><xs:element ref="QUOTE"/><xs:element ref="RESEARCHNOTE"/></xs:choice></xs:complexType></xs:element>
Type characterizes the element in some sense, using anyconvenient classification scheme or typology.
Source
<xs:element name="LG"><xs:annotation><xs:documentation>lg contains a group of verse lines functioning as a formal unit, e.g. a stanza, refrain, verse paragraph, etc.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element ref="HEAD"/><xs:element maxOccurs="unbounded" ref="L"/></xs:sequence><xs:attribute name="TYPE" use="required"><xs:annotation><xs:documentation>Type characterizes the element in some sense, using any convenient classification scheme or typology.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
Address, a sub-element within place, captures thespecific address where a person lived or where a specific and significant event occurred. Before tagging an address,consider whether it is significant enough to capture in SGML (if a woman writer lived at the address, capture it; if shevisited a friend there, probably not). Often for recent writers many addresses are available. Don't include them all.Include only those significant to the document you are writing.
Reg (orregularization) contains a reading which has been regularized or normalized in somesense.
Source
<xs:element name="ADDRESS"><xs:annotation><xs:documentation>Address, a sub-element within place, captures the specific address where a person lived or where a specific and significant event occurred. Before tagging an address, consider whether it is significant enough to capture in SGML (if a woman writer lived at the address, capture it; if she visited a friend there, probably not). Often for recent writers many addresses are available. Don't include them all. Include only those significant to the document you are writing.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element ref="ADDRLINE"/></xs:sequence><xs:attribute name="CURRENT"/><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
<xs:element name="ADDRLINE" type="xs:string"><xs:annotation><xs:documentation>AddrLine is the required sub-element of address. For definition of an address, see address.</xs:documentation></xs:annotation></xs:element>
Reg (orregularization) contains a reading which has been regularized or normalized in somesense.
Source
<xs:element name="AREA"><xs:complexType mixed="true"><xs:attribute name="CURRENT"/><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
Geog captures names of places which are nation states orlarger conceptual geographical entities. The following is a list of the types of places geog captures: Nation states: Italy, China, Canada;Groups of Nation States: Low Countries, Baltic Countries; Continents: Europe, North America, South America, Africa, Asia; Colonies: FrenchIndo-China, British North America, British Protectorate of Bechuanaland [Note: use current attribute wherever possible.]; ConceptualGeographical Groupings: Far East, Caribbean; Historical Geo-political units: Siam, Ceylon [Note: use "current" attribute to regularize to"Thailand" and "Sri Lanka"].
Reg (orregularization) contains a reading which has been regularized or normalized in somesense.
Source
<xs:element name="GEOG"><xs:annotation><xs:documentation>Geog captures names of places which are nation states or larger conceptual geographical entities. The following is a list of the types of places geog captures: Nation states: Italy, China, Canada; Groups of Nation States: Low Countries, Baltic Countries; Continents: Europe, North America, South America, Africa, Asia; Colonies: French Indo-China, British North America, British Protectorate of Bechuanaland [Note: use current attribute wherever possible.]; Conceptual Geographical Groupings: Far East, Caribbean; Historical Geo-political units: Siam, Ceylon [Note: use "current" attribute to regularize to "Thailand" and "Sri Lanka"].</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:attribute name="CURRENT"/><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
Placename, a sub-element within place, captures specific andeasily identifiable places that are known by their name but are not places in the same way geographical or political entities are places. Forexample, "Trafalgar Square" is a placename. We are only interested in capturing placenames for those places that are important to women'sliterary history (i.e., those placenames that are likely to come up more than once in Orlando). For example, Sissinghurst, the estate of VitaSackville-West, is significant and should be given a placename. However, an obscure reference to an unknown estate should not be tagged.The following are common types of placenames: Buildings and Estates: British Museum, Knole; Farms and Gardens: Kew Gardens; Squares:Bedford Square, Trafalgar Square; Streets: Fleet Street, The Strand, Old Change; Specific Mountains: while ranges are considered regions,the names of specific mountains are placenames, for example, Mount Everest; Cemeteries: Paddington Cemetery.
Reg (orregularization) contains a reading which has been regularized or normalized in somesense.
Source
<xs:element name="PLACENAME"><xs:annotation><xs:documentation>Placename, a sub-element within place, captures specific and easily identifiable places that are known by their name but are not places in the same way geographical or political entities are places. For example, "Trafalgar Square" is a placename. We are only interested in capturing placenames for those places that are important to women's literary history (i.e., those placenames that are likely to come up more than once in Orlando). For example, Sissinghurst, the estate of Vita Sackville-West, is significant and should be given a placename. However, an obscure reference to an unknown estate should not be tagged. The following are common types of placenames: Buildings and Estates: British Museum, Knole; Farms and Gardens: Kew Gardens; Squares: Bedford Square, Trafalgar Square; Streets: Fleet Street, The Strand, Old Change; Specific Mountains: while ranges are considered regions, the names of specific mountains are placenames, for example, Mount Everest; Cemeteries: Paddington Cemetery.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:attribute name="CURRENT"/><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
Region, a sub-element of place, captures the followinggeographical and political units: Political regions of the British Isles: Cornwall, Durham, Hampshire; Political regions of other countries:Alberta, Madras, California; Topographical features: all mountains ranges, islands (when not nation states), valleys, etc.; Bodies of Waters(including oceans, rivers, lakes): Lake Simcoe, English Channel, Nile, Atlantic ocean; Geographical regions: Lake District, Scottish Highlands;Greater Urban areas: Greater London, Greater Manchester; Borders: Welsh border, Tibetan border.
Reg (orregularization) contains a reading which has been regularized or normalized in somesense.
Source
<xs:element name="REGION"><xs:annotation><xs:documentation>Region, a sub-element of place, captures the following geographical and political units: Political regions of the British Isles: Cornwall, Durham, Hampshire; Political regions of other countries: Alberta, Madras, California; Topographical features: all mountains ranges, islands (when not nation states), valleys, etc.; Bodies of Waters (including oceans, rivers, lakes): Lake Simcoe, English Channel, Nile, Atlantic ocean; Geographical regions: Lake District, Scottish Highlands; Greater Urban areas: Greater London, Greater Manchester; Borders: Welsh border, Tibetan border.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" ref="SIC"/></xs:sequence><xs:attribute name="CURRENT"/><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
Settlement, a sub-element of place, captures the names ofcities, towns, villages, hamlets and areas within larger settlements (for example, districts of London).
Reg (orregularization) contains a reading which has been regularized or normalized in somesense.
Source
<xs:element name="SETTLEMENT"><xs:annotation><xs:documentation>Settlement, a sub-element of place, captures the names of cities, towns, villages, hamlets and areas within larger settlements (for example, districts of London).</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="SIC"/><xs:element ref="SOCALLED"/></xs:choice><xs:attribute name="CURRENT"/><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
<xs:element name="ITEM" type="xs:string"><xs:annotation><xs:documentation>item contains one component of a list.</xs:documentation></xs:annotation></xs:element>
Div0 (i.e. level-0 text division) is the largest structuralelement permitted in any document. XML works on the principle that all information in a document exists hierarchically, or, statedotherwise, that all types of information can be contained in other types of information. For CWRC projects, Div0 is the element thatcontains everything in a document except the cataloguing information that is contained in the CWRCHeader element.
<xs:element name="DIV0"><xs:annotation><xs:documentation>Div0 (i.e. level-0 text division) is the largest structural element permitted in any document. XML works on the principle that all information in a document exists hierarchically, or, stated otherwise, that all types of information can be contained in other types of information. For CWRC projects, Div0 is the element that contains everything in a document except the cataloguing information that is contained in the CWRCHeader element.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:choice maxOccurs="unbounded"><xs:element ref="HEADING"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="AUTHORSUMMARY"/><xs:element ref="DIV1"/><xs:element ref="STANDARD"/><xs:element ref="WORKSCITED"/></xs:choice><xs:element minOccurs="0" ref="BIOGPROSE"/></xs:sequence></xs:complexType></xs:element>
<xs:element name="HEADING"><xs:annotation><xs:documentation>head (or heading) contains any type of heading, for example the title of a section, or the heading of a list, glossary, manuscript description, etc.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="FOREIGN"/><xs:element ref="QUOTE"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TITLE"/></xs:choice></xs:complexType></xs:element>
The element authorSummary is specially devised forresearchers to make summary statements about an author before opening individual production, reception, or textual features elements.You are encouraged to use this element to preface the writing document of each woman writer. It is useful both for minor writers aboutwhom little is known, and for major writers whose work needs to be sumarized before launching into the details.
<xs:element name="AUTHORSUMMARY"><xs:annotation><xs:documentation>The element authorSummary is specially devised for researchers to make summary statements about an author before opening individual production, reception, or textual features elements. You are encouraged to use this element to preface the writing document of each woman writer. It is useful both for minor writers about whom little is known, and for major writers whose work needs to be sumarized before launching into the details.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element ref="SHORTPROSE"/><xs:element minOccurs="0" ref="KEYWORDCLASS"/></xs:sequence></xs:complexType></xs:element>
<xs:element name="DIV1"><xs:annotation><xs:documentation>Div1 (i.e. level-1 text division) is an element that marks the second largest structural division in a document.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element minOccurs="0" ref="HEADING"/><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="RESEARCHNOTE"/><xs:element ref="TEXTSCOPE"/><xs:element ref="DIV2"/></xs:choice></xs:sequence></xs:complexType></xs:element>
Production is one of the three major componentsof the writing document (in combination with TextualFeatures and Reception). It should enclose discussions about theconditions of a text's production whether they be material or cultural. All other influences on the writer's life will becovered by the biography section. Production addresses the facts and factors of text creation and distribution, and thedescription of the text as object (bibliographic description). This category can address a singular text or a group of textsin cases where you want to make generalizations about oeuvre.
<xs:element name="PRODUCTION"><xs:annotation><xs:documentation>Production is one of the three major components of the writing document (in combination with TextualFeatures and Reception). It should enclose discussions about the conditions of a text's production whether they be material or cultural. All other influences on the writer's life will be covered by the biography section. Production addresses the facts and factors of text creation and distribution, and the description of the text as object (bibliographic description). This category can address a singular text or a group of texts in cases where you want to make generalizations about oeuvre.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="CHRONSTRUCT"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SHORTPROSE"/></xs:choice><xs:choice minOccurs="0"><xs:element ref="P"/><xs:element ref="TEXTUALFEATURES"/></xs:choice></xs:sequence></xs:complexType></xs:element>
ChronColumn is an attribute which designates a givenchronology item as belonging to a subject-specific column of the Orlando print (and possibly electronic)chronology.
Relevance is a sister attribute to chronColumn, attached toeach and every chronStruct. This element assignes importance to the chronstruct you have just created with categories for comprehensive,period, decade, and selective (in order of increasing importance).
Resp (or responsibility) contains a three-letter initialismof an individual who contributed to the production or distribution of a document.
Source
<xs:element name="CHRONSTRUCT"><xs:annotation><xs:documentation>A chronStruct is an element that holds together and therefore associates a date with the prose that describes an event.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:choice><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="DATESTRUCT"/></xs:choice><xs:element ref="CHRONPROSE"/><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="SCHOLARNOTE"/></xs:choice></xs:sequence><xs:attribute name="CHRONCOLUMN" use="required"><xs:annotation><xs:documentation>ChronColumn is an attribute which designates a given chronology item as belonging to a subject-specific column of the Orlando print (and possibly electronic) chronology.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="NATIONALINTERNATIONAL"/><xs:enumeration value="BRITISHWOMENWRITERS"/><xs:enumeration value="WRITINGCLIMATE"/><xs:enumeration value="SOCIALCLIMATE"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="CHRONCOLUMN1"><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="NATIONALINTERNATIONAL1"/><xs:enumeration value="BRITISHWOMENWRITERS1"/><xs:enumeration value="WRITINGCLIMATE1"/><xs:enumeration value="SOCIALCLIMATE1"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="CHRONCOLUMN2"><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="NATIONALINTERNATIONAL2"/><xs:enumeration value="BRITISHWOMENWRITERS2"/><xs:enumeration value="WRITINGCLIMATE2"/><xs:enumeration value="SOCIALCLIMATE2"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="CHRONCOLUMN3"><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="NATIONALINTERNATIONAL3"/><xs:enumeration value="BRITISHWOMENWRITERS3"/><xs:enumeration value="WRITINGCLIMATE3"/><xs:enumeration value="SOCIALCLIMATE3"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="RELEVANCE" use="required"><xs:annotation><xs:documentation>Relevance is a sister attribute to chronColumn, attached to each and every chronStruct. This element assignes importance to the chronstruct you have just created with categories for comprehensive, period, decade, and selective (in order of increasing importance).</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SELECTIVE"/><xs:enumeration value="PERIOD"/><xs:enumeration value="DECADE"/><xs:enumeration value="COMPREHENSIVE"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="RELEVANCE1"><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SELECTIVE1"/><xs:enumeration value="PERIOD1"/><xs:enumeration value="DECADE1"/><xs:enumeration value="COMPREHENSIVE1"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="RELEVANCE2"><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SELECTIVE2"/><xs:enumeration value="PERIOD2"/><xs:enumeration value="DECADE2"/><xs:enumeration value="COMPREHENSIVE2"/></xs:restriction></xs:simpleType></xs:attribute><xs:attributeGroup ref="RESP-attribute"/></xs:complexType></xs:element>
Previously called literary characteristics and content, thiselement addresses features of critical interest in texts and provides space for textual analysis/close readings as perceived by projectmembers.
<xs:element name="TEXTUALFEATURES"><xs:annotation><xs:documentation>Previously called literary characteristics and content, this element addresses features of critical interest in texts and provides space for textual analysis/close readings as perceived by project members.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="CHRONSTRUCT"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="SHORTPROSE"/></xs:choice><xs:element minOccurs="0" maxOccurs="unbounded" ref="KEYWORDCLASS"/></xs:sequence></xs:complexType></xs:element>
Reception is one of the three largest buckets inthe writing documents (in addition to TextualFeatures and Production). Reception charts the effects and results of anindividual's writing, and the responses of self and others to an individual's writing.
<xs:element name="RECEPTION"><xs:annotation><xs:documentation>Reception is one of the three largest buckets in the writing documents (in addition to TextualFeatures and Production). Reception charts the effects and results of an individual's writing, and the responses of self and others to an individual's writing.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="CHRONSTRUCT"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SHORTPROSE"/></xs:choice><xs:element minOccurs="0" ref="RRESPONSES"/></xs:sequence></xs:complexType></xs:element>
<xs:element name="DIV2"><xs:annotation><xs:documentation>Div2 (i.e. level-2 text division) is an element that marks the third largest structural division in a document.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:choice minOccurs="0"><xs:element ref="HEADING"/><xs:element ref="TITLE"/></xs:choice><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="KEYWORDCLASS"/><xs:element ref="PRODUCTION"/><xs:element ref="RECEPTION"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="TEXTSCOPE"/><xs:element ref="TEXTUALFEATURES"/></xs:choice></xs:sequence><xs:attribute name="ID" type="xs:NCName"/></xs:complexType></xs:element>
The WorksCited is an informal but complete listof all sources used in the writing of documents. You should ensure that all of these sources are also entered in thebibliography database.
<xs:element name="WORKSCITED"><xs:annotation><xs:documentation>The WorksCited is an informal but complete list of all sources used in the writing of documents. You should ensure that all of these sources are also entered in the bibliography database.</xs:documentation></xs:annotation><xs:complexType><xs:choice maxOccurs="unbounded"><xs:element ref="RESEARCHNOTE"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOURCE"/></xs:choice></xs:complexType></xs:element>
<xs:element name="SOURCE"><xs:annotation><xs:documentation>source describes the original source for the information contained with a manuscript description.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="RESEARCHNOTE"/><xs:element ref="TITLE"/></xs:choice></xs:complexType></xs:element>
<xs:attribute name="CALENDAR" default="NEWSTYLE"><xs:annotation><xs:documentation>An attribute of date, dateRange, and dateStruct, calendar is used to indicate when a given date took place.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="NEWSTYLE"/><xs:enumeration value="BC"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="CERTAINTY" default="CERT"><xs:annotation><xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="CERT"><xs:annotation><xs:documentation>Certain</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="C"><xs:annotation><xs:documentation>Circa</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="BY"><xs:annotation><xs:documentation>By this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="AFTER"><xs:annotation><xs:documentation>After this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="UNKNOWN"><xs:annotation><xs:documentation>Unknown date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="ROUGHLYDATED"><xs:annotation><xs:documentation>Rough certainty</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="EXACT"><xs:annotation><xs:documentation>An attribute of dateRange, exact is used in conjunction with the to and from attributes to express the certainty of each end of a dateRange.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="TO"/><xs:enumeration value="FROM"/><xs:enumeration value="BOTH"/><xs:enumeration value="NEITHER"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="VALUE" type="xs:integer"><xs:annotation><xs:documentation>Value is used to record a formatted date- or time-related value.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="CERTAINTY" default="CERT"><xs:annotation><xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="CERT"><xs:annotation><xs:documentation>Certain</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="C"><xs:annotation><xs:documentation>Circa</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="BY"><xs:annotation><xs:documentation>By this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="AFTER"><xs:annotation><xs:documentation>After this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="UNKNOWN"><xs:annotation><xs:documentation>Unknown date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="ROUGHLYDATED"><xs:annotation><xs:documentation>Rough certainty</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="VALUE" type="xs:integer"><xs:annotation><xs:documentation>Value is used to record a formatted date- or time-related value.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="CERTAINTY" default="CERT"><xs:annotation><xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="CERT"><xs:annotation><xs:documentation>Certain</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="C"><xs:annotation><xs:documentation>Circa</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="BY"><xs:annotation><xs:documentation>By this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="AFTER"><xs:annotation><xs:documentation>After this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="UNKNOWN"><xs:annotation><xs:documentation>Unknown date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="ROUGHLYDATED"><xs:annotation><xs:documentation>Rough certainty</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="REG" type="xs:NMTOKEN"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="VALUE" type="xs:NMTOKEN"><xs:annotation><xs:documentation>Value is used to record a formatted date- or time-related value.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="CERTAINTY" default="CERT"><xs:annotation><xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="CERT"><xs:annotation><xs:documentation>Certain</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="C"><xs:annotation><xs:documentation>Circa</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="BY"><xs:annotation><xs:documentation>By this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="AFTER"><xs:annotation><xs:documentation>After this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="UNKNOWN"><xs:annotation><xs:documentation>Unknown date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="ROUGHLYDATED"><xs:annotation><xs:documentation>Rough certainty</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="REG" type="xs:NMTOKEN"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="VALUE" type="xs:NMTOKEN"><xs:annotation><xs:documentation>Value is used to record a formatted date- or time-related value.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="CALENDAR" default="NEWSTYLE"><xs:annotation><xs:documentation>An attribute of date, dateRange, and dateStruct, calendar is used to indicate when a given date took place.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="NEWSTYLE"/><xs:enumeration value="BC"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="CERTAINTY" default="CERT"><xs:annotation><xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="CERT"><xs:annotation><xs:documentation>Certain</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="C"><xs:annotation><xs:documentation>Circa</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="BY"><xs:annotation><xs:documentation>By this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="AFTER"><xs:annotation><xs:documentation>After this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="UNKNOWN"><xs:annotation><xs:documentation>Unknown date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="ROUGHLYDATED"><xs:annotation><xs:documentation>Rough certainty</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="VALUE" use="required" type="xs:NMTOKEN"><xs:annotation><xs:documentation>Value is used to record a formatted date- or time-related value.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="TECHNIQUETYPE"><xs:annotation><xs:documentation>TechniqueType is an optional attribute that addresses the different kinds of literary techniques that an author might use in their work.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="DICTION"/><xs:enumeration value="VERSIFICATION"/><xs:enumeration value="NONSTANDARDENGLISH"/><xs:enumeration value="IMAGERY"/><xs:enumeration value="AURALEFFECTS"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="SETTINGCLASS"><xs:annotation><xs:documentation>SettingClass is an optional attribute that specifies the socio-economic status of a settingPlace.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="UPPERCLASS"/><xs:enumeration value="WORKINGCLASS"/><xs:enumeration value="MIDDLECLASS"/><xs:enumeration value="WIDERANGE"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="SETTINGPLACETYPE"><xs:annotation><xs:documentation>SettingPlaceType is an optional attribute that specifies the real or imaginary location of textual events.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="FICTIVE"/><xs:enumeration value="REAL"/><xs:enumeration value="IDENTIFIABLE"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="SETTINGDATETYPE"><xs:annotation><xs:documentation>SettingDateType is an optional attribute that specifies the historical era of a setting.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="PAST"/><xs:enumeration value="PRESENT"/><xs:enumeration value="FUTURE"/><xs:enumeration value="AMBIGUOUS"/></xs:restriction></xs:simpleType></xs:attribute>
genderOfAuthor is an optional attribute modifying the elementtIntertextuality; therefore, it allows you to identify the sex of the author who wrote the intertext. It will prove useful for researching howwomen responded to other texts written by male or female authors.
<xs:attribute name="GENDEROFAUTHOR"><xs:annotation><xs:documentation>genderOfAuthor is an optional attribute modifying the element tIntertextuality; therefore, it allows you to identify the sex of the author who wrote the intertext. It will prove useful for researching how women responded to other texts written by male or female authors.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="FEMALE"/><xs:enumeration value="MALE"/></xs:restriction></xs:simpleType></xs:attribute>
IntertextType is an attribute used to modify the elementtIntertextuality. It allows greater specificity to indicate how an intertext has been used in connection with any one text.
<xs:attribute name="INTERTEXTTYPE"><xs:annotation><xs:documentation>IntertextType is an attribute used to modify the element tIntertextuality. It allows greater specificity to indicate how an intertext has been used in connection with any one text.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="ALLUSIONACKNOWLEDGED"/><xs:enumeration value="ALLUSIONUNACKNOWLEDGED"/><xs:enumeration value="QUOTATION"/><xs:enumeration value="MISQUOTATION"/><xs:enumeration value="PARODY"/><xs:enumeration value="SATIRE"/><xs:enumeration value="IMITATION"/><xs:enumeration value="ADAPTATION-UPDATE"/><xs:enumeration value="PREQUEL"/><xs:enumeration value="CONTINUATION"/><xs:enumeration value="ANSWER"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="URL" use="required" type="xs:anyURI"><xs:annotation><xs:documentation>URL (uniform resource locator) specifies the URL from which the media concerned may be obtained.</xs:documentation></xs:annotation></xs:attribute>
Formality is an attribute attached to rResponses which allowsyou to indicate whether a response to a work was formal or informal. "Formal" means that the response was written or otherwise made public;"informal" refers to those incidents more difficult to define: a hearty slap on the back, rude looks from strangers on buses, a snubbing by hersocial set.
<xs:attribute name="FORMALITY"><xs:annotation><xs:documentation>Formality is an attribute attached to rResponses which allows you to indicate whether a response to a work was formal or informal. "Formal" means that the response was written or otherwise made public; "informal" refers to those incidents more difficult to define: a hearty slap on the back, rude looks from strangers on buses, a snubbing by her social set.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="FORMAL"/><xs:enumeration value="INFORMAL"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="GENDEREDRESPONSE"><xs:annotation><xs:documentation>This attribute attached to rResponses indicates whether or not a response to a work was predicated on the writer's gender.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="ADFEMINAM"/><xs:enumeration value="GENDEREDYES"/><xs:enumeration value="GENDEREDNO"/></xs:restriction></xs:simpleType></xs:attribute>
ResponseType is an optional attribute that specifiesthe historical timing of a response to a written work through its values of "recent," "re-evaluation," or"initial."
<xs:attribute name="RESPONSETYPE"><xs:annotation><xs:documentation>ResponseType is an optional attribute that specifies the historical timing of a response to a written work through its values of "recent," "re-evaluation," or "initial."</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="RE-EVALUATION"/><xs:enumeration value="RECENT"/><xs:enumeration value="INITIAL"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="DESTROYEDBY"><xs:annotation><xs:documentation>This attribute, attached to rDestructionOfWork, allows you to indicate who destroyed the work.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SELF"/><xs:enumeration value="OTHER"/></xs:restriction></xs:simpleType></xs:attribute>
If a book is censored, we consider that action a type of penalty.This attribute flags when censorship has been one of the penalizing responses to a work.
<xs:attribute name="CENSORSHIP"><xs:annotation><xs:documentation>If a book is censored, we consider that action a type of penalty. This attribute flags when censorship has been one of the penalizing responses to a work.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="CENSORSHIPYES"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="FORMOFSERIALIZATION"><xs:annotation><xs:documentation>This attribute is attached to the element pSerialization and specifies whether the work appeared in "volumeForm" or "periodicalForm."</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="VOLUMEFORM"/><xs:enumeration value="PERIODICALFORM"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="TITLETYPE"><xs:annotation><xs:documentation>An attribute of title, titleType indicates whether a title is a part of another work, an entire work, a journal, or a series.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="MONOGRAPHIC"/><xs:enumeration value="ANALYTIC"/><xs:enumeration value="JOURNAL"/><xs:enumeration value="SERIES"/><xs:enumeration value="UNPUBLISHED"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="MOTIVETYPE"><xs:annotation><xs:documentation>MotiveType is an attribute affiliated with the element pMotives.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="ASCRIBED"/><xs:enumeration value="SELF-IDENTIFIED"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="PUBLICATIONMODE"><xs:annotation><xs:documentation>This optional attribute allows you to identify how a text was published.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SELF-PUBLICATION"/><xs:enumeration value="PRIVATELYPRINTED"/><xs:enumeration value="LIMITEDEDITION"/><xs:enumeration value="PIRATED"/><xs:enumeration value="SUBSCRIPTION"/></xs:restriction></xs:simpleType></xs:attribute>
This optional attribute attached to materialconditions applies toinformation about women who wrote from a displaced position (geographical or physical in some sense).
<xs:attribute name="DISPLACEMENT"><xs:annotation><xs:documentation>This optional attribute attached to materialconditions applies to information about women who wrote from a displaced position (geographical or physical in some sense).</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="DISPLACEMENTYES"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="INFLUENCETYPE"><xs:annotation><xs:documentation>InfluenceType is an attribute affiliated with the element pInfluencesHer and is used to indicate how someone or something influenced a woman writer.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="LITERARY"/><xs:enumeration value="INTELLECTUAL"/><xs:enumeration value="FAMILIAL"/></xs:restriction></xs:simpleType></xs:attribute>
This attribute attached to pAuthorship allows us to distinguishbetween different kinds of authorship problems such as anonymous and pseudonymous texts, and texts whose authorship is only alludedto.
<xs:attribute name="AUTHORNAMETYPE"><xs:annotation><xs:documentation>This attribute attached to pAuthorship allows us to distinguish between different kinds of authorship problems such as anonymous and pseudonymous texts, and texts whose authorship is only alluded to.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="ANONYMOUS"/><xs:enumeration value="PSEUDONYMOUS"/><xs:enumeration value="ALLUSIVEAUTHORSHIP"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="AUTHORSHIPCONTROVERSY"><xs:annotation><xs:documentation>This attribute attached to pAuthorship reflects the difficulties scholars sometimes encounter when trying to identify the authorship of a text.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="FORGERY"/><xs:enumeration value="SPURIOUS"/><xs:enumeration value="MISATTRIBUTION"/><xs:enumeration value="DOUBTFUL"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="COLLABORATION"><xs:annotation><xs:documentation>This attribute attached to pAuthorship allows us to distinguish those texts authored by more than a single author.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="COLLABORATIONYES"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="CONTROVERSYDATE"><xs:annotation><xs:documentation>This optional attribute attached to pAuthorship designates the current standing of a controversy surrounding authorship.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="PRESENT"/><xs:enumeration value="HISTORICAL"/><xs:enumeration value="ONGOING"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="MOTIFNAME"><xs:annotation><xs:documentation>Atribute on tMotif used to regularize discussions of motifs to one of the descriptors listed under Motif.</xs:documentation></xs:annotation></xs:attribute>
The part attribute specifies whether or not its parentelement is fragmented in some way, typically by some other overlapping structure: for example a speech which is divided betweentwo or more verse stanzas, a paragraph which is split across a page division, a verse line which is divided between twospeakers.
Type
restriction of xs:token
Properties
default
N
Facets
enumeration
N
(no) either the element is not fragmented, or no claim is made as to its completeness
enumeration
Y
(yes) the element is fragmented in some (unspecified) respect
enumeration
I
(initial) this is the initial part of a fragmented element
enumeration
M
(medial) this is a medial part of a fragmented element
enumeration
F
(final) this is the final part of a fragmented element
<xs:attribute name="PART" default="N"><xs:annotation><xs:documentation>The part attribute specifies whether or not its parent element is fragmented in some way, typically by some other overlapping structure: for example a speech which is divided between two or more verse stanzas, a paragraph which is split across a page division, a verse line which is divided between two speakers.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="N"><xs:annotation><xs:documentation>(no) either the element is not fragmented, or no claim is made as to its completeness</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="Y"><xs:annotation><xs:documentation>(yes) the element is fragmented in some (unspecified) respect</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="I"><xs:annotation><xs:documentation>(initial) this is the initial part of a fragmented element</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="M"><xs:annotation><xs:documentation>(medial) this is a medial part of a fragmented element</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="F"><xs:annotation><xs:documentation>(final) this is the final part of a fragmented element</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="PROTAGONIST"><xs:annotation><xs:documentation>This attribute defines the type of character where useful.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="MALE"/><xs:enumeration value="FEMALE"/></xs:restriction></xs:simpleType></xs:attribute>
This optional attribute attached topoliticalAffiliation in Biography and PLiterarySchools in Writing, in conjunction with its sibling attributes, designates thedegree of political engagement with the political affiliation or literary school specified. Involvement denotes an intermediatelevel of activity between activism and membership; the political activities involves more than simply being a member of theLabour Party but does not entail sustained activism. Examples might include participating (but not in a leadership role) in alabour strike or a WSPU march, holding a position within an organization's executive, writing letters or canvassing forGreenpeace.
<xs:attribute name="INVOLVEMENT" default="INVOLVEMENTYES"><xs:annotation><xs:documentation>This optional attribute attached to politicalAffiliation in Biography and PLiterarySchools in Writing, in conjunction with its sibling attributes, designates the degree of political engagement with the political affiliation or literary school specified. Involvement denotes an intermediate level of activity between activism and membership; the political activities involves more than simply being a member of the Labour Party but does not entail sustained activism. Examples might include participating (but not in a leadership role) in a labour strike or a WSPU march, holding a position within an organization's executive, writing letters or canvassing for Greenpeace.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="INVOLVEMENTYES"/><xs:enumeration value="INVOLVEMENTNO"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
GenreName is an optional attribute that provides apick-list of possible genre names to modify the element tGenre. It will prove especially useful in situations where the prosedoes not allow the concise naming of a genre that would be easily understood by a simpler name. Ultimately, this attribute willhelp us systematize and index references to various genre names.
<xs:attribute name="ORGTYPE"><xs:annotation><xs:documentation>A carry-over from the Microsoft Access database for chronology, orgType contains a keyword descriptor of an organization. Do not use this attribute.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="TYPE" use="required"><xs:annotation><xs:documentation>Type characterizes the element in some sense, using any convenient classification scheme or typology.</xs:documentation></xs:annotation></xs:attribute>
Direct is an attribute of the quote element and isintended to indicate whether a source is being quoted directly or indirectly. For display purposes, it will be necessary to setoff direct quotations (double quotation marks) from indirect ones (single quotation marks).
<xs:attribute name="DIRECT" default="Y"><xs:annotation><xs:documentation>Direct is an attribute of the quote element and is intended to indicate whether a source is being quoted directly or indirectly. For display purposes, it will be necessary to set off direct quotations (double quotation marks) from indirect ones (single quotation marks).</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="Y"/><xs:enumeration value="N"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="CALENDAR" default="NEWSTYLE"><xs:annotation><xs:documentation>An attribute of date, dateRange, and dateStruct, calendar is used to indicate when a given date took place.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="NEWSTYLE"/><xs:enumeration value="BC"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="CERTAINTY" default="CERT"><xs:annotation><xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="CERT"><xs:annotation><xs:documentation>Certain</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="C"><xs:annotation><xs:documentation>Circa</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="BY"><xs:annotation><xs:documentation>By this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="AFTER"><xs:annotation><xs:documentation>After this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="UNKNOWN"><xs:annotation><xs:documentation>Unknown date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="ROUGHLYDATED"><xs:annotation><xs:documentation>Rough certainty</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="VALUE" type="xs:NMTOKEN"><xs:annotation><xs:documentation>Value is used to record a formatted date- or time-related value.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="WORKSTATUS" use="required"><xs:annotation><xs:documentation>Describes the work status of a document.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SUB"><xs:annotation><xs:documentation>Submitted (SUB)</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="RWT"><xs:annotation><xs:documentation>Researched / Written / Tagged (RWT)</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="CAS"><xs:annotation><xs:documentation>Checked Against Sources (CAS)</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="RBV"><xs:annotation><xs:documentation>Reviewed by Volume Author (RVB)</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="CFT"><xs:annotation><xs:documentation>Checked for Tagging (CFT)</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="CFB"><xs:annotation><xs:documentation>Checked for Bibliographic Practices (CFB)</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="CFC"/><xs:enumeration value="REV"><xs:annotation><xs:documentation>Revised (REV)</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="OLD"/><xs:enumeration value="PUB"><xs:annotation><xs:documentation>Published (PUB)</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="ENH"><xs:annotation><xs:documentation>Enhanced (ENH)</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="WORKVALUE" use="required"><xs:annotation><xs:documentation>Records the completion information of a particular work status phase of a document.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="I"><xs:annotation><xs:documentation>Incomplete</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="P"><xs:annotation><xs:documentation>Pending</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="C"><xs:annotation><xs:documentation>Complete</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="O"/></xs:restriction></xs:simpleType></xs:attribute>
Type specifies the kind of document to which theheader is attached, for example whether it is a corpus or individual text. Sample values include: 1] text; 2]corpus.
Type
union of(xs:NCName, restriction of xs:token, restriction of xs:token)
<xs:attribute name="TYPE" default="text"><xs:annotation><xs:documentation>Type specifies the kind of document to which the header is attached, for example whether it is a corpus or individual text. Sample values include: 1] text; 2] corpus.</xs:documentation></xs:annotation><xs:simpleType><xs:union memberTypes="xs:NCName"><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="text"/></xs:restriction></xs:simpleType><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="corpus"/></xs:restriction></xs:simpleType></xs:union></xs:simpleType></xs:attribute>
ChronColumn is an attribute which designates a givenchronology item as belonging to a subject-specific column of the Orlando print (and possibly electronic)chronology.
<xs:attribute name="CHRONCOLUMN" use="required"><xs:annotation><xs:documentation>ChronColumn is an attribute which designates a given chronology item as belonging to a subject-specific column of the Orlando print (and possibly electronic) chronology.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="NATIONALINTERNATIONAL"/><xs:enumeration value="BRITISHWOMENWRITERS"/><xs:enumeration value="WRITINGCLIMATE"/><xs:enumeration value="SOCIALCLIMATE"/></xs:restriction></xs:simpleType></xs:attribute>
Relevance is a sister attribute to chronColumn, attached toeach and every chronStruct. This element assignes importance to the chronstruct you have just created with categories for comprehensive,period, decade, and selective (in order of increasing importance).
<xs:attribute name="RELEVANCE" use="required"><xs:annotation><xs:documentation>Relevance is a sister attribute to chronColumn, attached to each and every chronStruct. This element assignes importance to the chronstruct you have just created with categories for comprehensive, period, decade, and selective (in order of increasing importance).</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SELECTIVE"/><xs:enumeration value="PERIOD"/><xs:enumeration value="DECADE"/><xs:enumeration value="COMPREHENSIVE"/></xs:restriction></xs:simpleType></xs:attribute>
Person is an attribute applied to the Writing document as awhole, and specifies information about the type of person who is the subject of the document; for example, if they are known primarily as a writer,or a historical figure.
<xs:attribute name="PERSON" use="required"><xs:annotation><xs:documentation>Person is an attribute applied to the Writing document as a whole, and specifies information about the type of person who is the subject of the document; for example, if they are known primarily as a writer, or a historical figure.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="HISTORICALFIGURE"/><xs:enumeration value="WRITER"/><xs:enumeration value="BRWWRITER"/><xs:enumeration value="IBRWRITER"/></xs:restriction></xs:simpleType></xs:attribute>
Sex is an attribute applied to the Writingdocument as a whole, and specifies whether the individual who is the subject of the document is female, male, transgendered,transgendered male-to-female, transgendered female-to-male, or undefined.
Type
union of(xs:string, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token)
<xs:attribute name="SEX" use="required"><xs:annotation><xs:documentation>Sex is an attribute applied to the Writing document as a whole, and specifies whether the individual who is the subject of the document is female, male, transgendered, transgendered male-to-female, transgendered female-to-male, or undefined.</xs:documentation></xs:annotation><xs:simpleType><xs:union memberTypes="xs:string"><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="FEMALE"/></xs:restriction></xs:simpleType><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="MALE"/></xs:restriction></xs:simpleType><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="TRANSGENDERED"/></xs:restriction></xs:simpleType><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="TRANSGENDERED FEMALE-TO-MALE"/></xs:restriction></xs:simpleType><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="TRANSGENDERED MALE-TO-FEMALE"/></xs:restriction></xs:simpleType><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="UNDEFINED"/></xs:restriction></xs:simpleType></xs:union></xs:simpleType></xs:attribute>